Home
last modified time | relevance | path

Searched refs:SCSI_CHANGER_MAJOR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/scsi/
Dch.c44 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_CHANGER_MAJOR);
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()
/Linux-v6.6/include/uapi/linux/
Dmajor.h103 #define SCSI_CHANGER_MAJOR 86 macro