Searched refs:st_sysfs_class (Results 1 – 1 of 1) sorted by relevance
87 static struct class *st_sysfs_class; variable4168 device_destroy(st_sysfs_class, in st_probe()4208 device_destroy(st_sysfs_class, in st_remove()4264 st_sysfs_class = class_create(THIS_MODULE, "scsi_tape"); in init_st()4265 if (IS_ERR(st_sysfs_class)) { in init_st()4267 return PTR_ERR(st_sysfs_class); in init_st()4294 class_destroy(st_sysfs_class); in init_st()4304 class_destroy(st_sysfs_class); in exit_st()4484 device_create(st_sysfs_class, &STp->device->sdev_gendev, in do_create_class_files()