Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dst.c90 static struct class st_sysfs_class; variable
4214 dev = device_create(&st_sysfs_class, &tape->device->sdev_gendev, in create_one_cdev()
4461 static struct class st_sysfs_class = { variable
4481 err = class_register(&st_sysfs_class); in init_st()
4505 class_unregister(&st_sysfs_class); in init_st()
4514 class_unregister(&st_sysfs_class); in exit_st()