Searched refs:SCSI_CHANGER_MAJOR (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | ch.c | 44 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_CHANGER_MAJOR); 940 MKDEV(SCSI_CHANGER_MAJOR, ch->minor), ch, in ch_probe() 963 device_destroy(ch_sysfs_class, MKDEV(SCSI_CHANGER_MAJOR, ch->minor)); in ch_probe() 979 device_destroy(ch_sysfs_class, MKDEV(SCSI_CHANGER_MAJOR,ch->minor)); in ch_remove() 1014 rc = register_chrdev(SCSI_CHANGER_MAJOR,"ch",&changer_fops); in init_ch_module() 1017 SCSI_CHANGER_MAJOR); in init_ch_module() 1026 unregister_chrdev(SCSI_CHANGER_MAJOR, "ch"); in init_ch_module() 1035 unregister_chrdev(SCSI_CHANGER_MAJOR, "ch"); in exit_ch_module()
|
/Linux-v5.4/include/uapi/linux/ |
D | major.h | 105 #define SCSI_CHANGER_MAJOR 86 macro
|