Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dsg.c1422 static const struct class sg_sysfs_class = { variable
1526 sg_class_member = device_create(&sg_sysfs_class, cl_dev->parent, in sg_add_device()
1616 device_destroy(&sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index)); in sg_remove_device()
1687 rc = class_register(&sg_sysfs_class); in init_sg()
1698 class_unregister(&sg_sysfs_class); in init_sg()
1713 class_unregister(&sg_sysfs_class); in exit_sg()