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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c88 static struct class *st_sysfs_class; variable in typeref:struct:class
4184 device_destroy(st_sysfs_class,
4224 device_destroy(st_sysfs_class,
4280 st_sysfs_class = class_create(THIS_MODULE, "scsi_tape");
4281 if (IS_ERR(st_sysfs_class)) {
4283 return PTR_ERR(st_sysfs_class);
4310 class_destroy(st_sysfs_class);
4320 class_destroy(st_sysfs_class);
4500 device_create(st_sysfs_class, &STp->device->sdev_gendev,

Completed in 71 milliseconds