Searched refs:VCS_MAJOR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 793 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, in vcs_make_sysfs() 795 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL, in vcs_make_sysfs() 797 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, in vcs_make_sysfs() 803 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 1)); in vcs_remove_sysfs() 804 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 65)); in vcs_remove_sysfs() 805 device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 129)); in vcs_remove_sysfs() 812 if (register_chrdev(VCS_MAJOR, "vcs", &vcs_fops)) in vcs_init() 813 panic("unable to get major %d for vcs device", VCS_MAJOR); in vcs_init() 816 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init() 817 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu"); in vcs_init() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | major.h | 21 #define VCS_MAJOR 7 macro
|