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

/linux-4.1.27/drivers/scsi/
H A Dsg.c1389 static struct class *sg_sysfs_class; variable in typeref:struct:class
1496 sg_class_member = device_create(sg_sysfs_class, cl_dev->parent, sg_add_device()
1583 device_destroy(sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index)); sg_remove_device()
1624 sg_sysfs_class = class_create(THIS_MODULE, "scsi_generic"); init_sg()
1625 if ( IS_ERR(sg_sysfs_class) ) { init_sg()
1626 rc = PTR_ERR(sg_sysfs_class); init_sg()
1637 class_destroy(sg_sysfs_class); init_sg()
1650 class_destroy(sg_sysfs_class); exit_sg()

Completed in 46 milliseconds