Home
last modified time | relevance | path

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

/drivers/s390/char/
Dtape_class.c25 static struct class *tape_class; variable
78 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
95 device_destroy(tape_class, tcd->char_device->dev); in register_tape_dev()
111 device_destroy(tape_class, tcd->char_device->dev); in unregister_tape_dev()
121 tape_class = class_create(THIS_MODULE, "tape390"); in tape_init()
128 class_destroy(tape_class); in tape_exit()
129 tape_class = NULL; in tape_exit()
DMakefile27 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o