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

/linux-4.4.14/drivers/s390/char/
H A Dtape_class.c15 #include "tape_class.h"
20 "tape_class.c"
24 static struct class *tape_class; variable in typeref:struct:class
77 tcd->class_device = device_create(tape_class, device, register_tape_dev()
94 device_destroy(tape_class, tcd->char_device->dev); register_tape_dev()
110 device_destroy(tape_class, tcd->char_device->dev); unregister_tape_dev()
120 tape_class = class_create(THIS_MODULE, "tape390"); tape_init()
127 class_destroy(tape_class); tape_exit()
128 tape_class = NULL; tape_exit()
H A DMakefile27 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
H A Dtape_char.c27 #include "tape_class.h"

Completed in 87 milliseconds