Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dsg.c1395 static struct class *sg_sysfs_class; variable
1502 sg_class_member = device_create(sg_sysfs_class, cl_dev->parent, in sg_add_device()
1589 device_destroy(sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index)); in sg_remove_device()
1630 sg_sysfs_class = class_create(THIS_MODULE, "scsi_generic"); in init_sg()
1631 if ( IS_ERR(sg_sysfs_class) ) { in init_sg()
1632 rc = PTR_ERR(sg_sysfs_class); in init_sg()
1643 class_destroy(sg_sysfs_class); in init_sg()
1656 class_destroy(sg_sysfs_class); in exit_sg()