Searched refs:SCSI_GENERIC_MAJOR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmajor.h40 #define SCSI_GENERIC_MAJOR 21 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c1074 MKDEV(SCSI_GENERIC_MAJOR, sdp->index),
1439 disk->major = SCSI_GENERIC_MAJOR;
1457 error = cdev_add(cdev, MKDEV(SCSI_GENERIC_MAJOR, sdp->index), 1);
1466 MKDEV(SCSI_GENERIC_MAJOR,
1548 device_destroy(sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index));
1564 MODULE_ALIAS_CHARDEV_MAJOR(SCSI_GENERIC_MAJOR); variable
1585 rc = register_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0),
1604 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS);
1617 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0),

Completed in 135 milliseconds