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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_class.c3 * tape_class.c
16 #include "tape_class.h"
21 "tape_class.c"
25 static struct class *tape_class; variable in typeref:struct:class
78 tcd->class_device = device_create(tape_class, device,
95 device_destroy(tape_class, tcd->char_device->dev);
111 device_destroy(tape_class, tcd->char_device->dev);
121 tape_class = class_create(THIS_MODULE, "tape390");
128 class_destroy(tape_class);
129 tape_class
[all...]
H A DMakefile28 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dviotape.c195 static struct class *tape_class; variable in typeref:struct:class
890 device_create(tape_class, NULL, MKDEV(VIOTAPE_MAJOR, i), NULL,
892 device_create(tape_class, NULL, MKDEV(VIOTAPE_MAJOR, i | 0x80), NULL,
905 device_destroy(tape_class, MKDEV(VIOTAPE_MAJOR, i | 0x80));
906 device_destroy(tape_class, MKDEV(VIOTAPE_MAJOR, i));
975 tape_class = class_create(THIS_MODULE, "tape");
976 if (IS_ERR(tape_class)) {
978 ret = PTR_ERR(tape_class);
992 class_destroy(tape_class);
1030 class_destroy(tape_class);
[all...]

Completed in 48 milliseconds