Searched refs:SCSI_CHANGER_MAJOR (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ch.c | 44 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_CHANGER_MAJOR); 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()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | major.h | 105 #define SCSI_CHANGER_MAJOR 86 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | major.h | 105 #define SCSI_CHANGER_MAJOR 86 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | major.h | 105 #define SCSI_CHANGER_MAJOR 86 macro
|