Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.c86 static struct class st_sysfs_class; variable
4100 dev = device_create(&st_sysfs_class, &tape->device->sdev_gendev, in create_one_cdev()
4369 static struct class st_sysfs_class = { variable
4389 err = class_register(&st_sysfs_class); in init_st()
4413 class_unregister(&st_sysfs_class); in init_st()
4422 class_unregister(&st_sysfs_class); in exit_st()