sg_sysfs_class   1433 drivers/scsi/sg.c static struct class *sg_sysfs_class;
sg_sysfs_class   1540 drivers/scsi/sg.c 		sg_class_member = device_create(sg_sysfs_class, cl_dev->parent,
sg_sysfs_class   1627 drivers/scsi/sg.c 	device_destroy(sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index));
sg_sysfs_class   1668 drivers/scsi/sg.c         sg_sysfs_class = class_create(THIS_MODULE, "scsi_generic");
sg_sysfs_class   1669 drivers/scsi/sg.c         if ( IS_ERR(sg_sysfs_class) ) {
sg_sysfs_class   1670 drivers/scsi/sg.c 		rc = PTR_ERR(sg_sysfs_class);
sg_sysfs_class   1681 drivers/scsi/sg.c 	class_destroy(sg_sysfs_class);
sg_sysfs_class   1694 drivers/scsi/sg.c 	class_destroy(sg_sysfs_class);