Searched refs:SCSI_CHANGER_MAJOR (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ch.c | 44 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_CHANGER_MAJOR); variable 954 MKDEV(SCSI_CHANGER_MAJOR, ch->minor), ch, in ch_probe() 978 device_destroy(ch_sysfs_class, MKDEV(SCSI_CHANGER_MAJOR, ch->minor)); in ch_probe() 997 device_destroy(ch_sysfs_class, MKDEV(SCSI_CHANGER_MAJOR,ch->minor)); in ch_remove() 1033 rc = register_chrdev(SCSI_CHANGER_MAJOR,"ch",&changer_fops); in init_ch_module() 1036 SCSI_CHANGER_MAJOR); in init_ch_module() 1045 unregister_chrdev(SCSI_CHANGER_MAJOR, "ch"); in init_ch_module() 1054 unregister_chrdev(SCSI_CHANGER_MAJOR, "ch"); in exit_ch_module()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ch.c | 44 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_CHANGER_MAJOR); variable 927 MKDEV(SCSI_CHANGER_MAJOR, ch->minor), ch, in ch_probe() 951 device_destroy(ch_sysfs_class, MKDEV(SCSI_CHANGER_MAJOR, ch->minor)); in ch_probe() 970 device_destroy(ch_sysfs_class, MKDEV(SCSI_CHANGER_MAJOR,ch->minor)); in ch_remove() 1004 rc = register_chrdev(SCSI_CHANGER_MAJOR,"ch",&changer_fops); in init_ch_module() 1007 SCSI_CHANGER_MAJOR); in init_ch_module() 1016 unregister_chrdev(SCSI_CHANGER_MAJOR, "ch"); in init_ch_module() 1025 unregister_chrdev(SCSI_CHANGER_MAJOR, "ch"); in exit_ch_module()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | major.h | 105 #define SCSI_CHANGER_MAJOR 86 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | major.h | 103 #define SCSI_CHANGER_MAJOR 86 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | major.h | 109 #define SCSI_CHANGER_MAJOR 86 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | major.h | 109 #define SCSI_CHANGER_MAJOR 86 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | major.h | 96 #define SCSI_CHANGER_MAJOR 86 macro
|
Completed in 6 milliseconds