Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dtape_class.c18 static const struct class tape_class = { variable
72 tcd->class_device = device_create(&tape_class, device, in register_tape_dev()
89 device_destroy(&tape_class, tcd->char_device->dev); in register_tape_dev()
105 device_destroy(&tape_class, tcd->char_device->dev); in unregister_tape_dev()
114 return class_register(&tape_class); in tape_class_init()
119 class_unregister(&tape_class); in tape_class_exit()