Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dtape_class.c17 #include "tape_class.h"
22 "tape_class.c"
26 static const struct class tape_class = { variable
80 tcd->class_device = device_create(&tape_class, device, in register_tape_dev()
97 device_destroy(&tape_class, tcd->char_device->dev); in register_tape_dev()
113 device_destroy(&tape_class, tcd->char_device->dev); in unregister_tape_dev()
123 return class_register(&tape_class); in tape_init()
128 class_unregister(&tape_class); in tape_exit()
H A DMakefile42 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o