Searched refs:SCSI_GENERIC_MAJOR (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | major.h | 41 #define SCSI_GENERIC_MAJOR 21 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | major.h | 39 #define SCSI_GENERIC_MAJOR 21 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | major.h | 52 #define SCSI_GENERIC_MAJOR 21 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | major.h | 52 #define SCSI_GENERIC_MAJOR 21 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | major.h | 39 #define SCSI_GENERIC_MAJOR 21 macro
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 1117 MKDEV(SCSI_GENERIC_MAJOR, sdp->index), in sg_ioctl_common() 1528 disk->major = SCSI_GENERIC_MAJOR; in sg_add_device() 1546 error = cdev_add(cdev, MKDEV(SCSI_GENERIC_MAJOR, sdp->index), 1); in sg_add_device() 1555 MKDEV(SCSI_GENERIC_MAJOR, in sg_add_device() 1641 device_destroy(sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index)); in sg_remove_device() 1657 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_GENERIC_MAJOR); variable 1678 rc = register_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), in init_sg() 1697 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS); in init_sg() 1710 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), in exit_sg()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 1119 MKDEV(SCSI_GENERIC_MAJOR, sdp->index), in sg_ioctl_common() 1521 error = cdev_add(cdev, MKDEV(SCSI_GENERIC_MAJOR, sdp->index), 1); in sg_add_device() 1530 MKDEV(SCSI_GENERIC_MAJOR, in sg_add_device() 1619 device_destroy(sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index)); in sg_remove_device() 1635 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_GENERIC_MAJOR); variable 1687 rc = register_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), in init_sg() 1707 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS); in init_sg() 1721 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), in exit_sg()
|
Completed in 14 milliseconds