Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_class.c16 #include "tape_class.h"
21 "tape_class.c"
25 static struct class *tape_class; variable
77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
94 device_destroy(tape_class, tcd->char_device->dev); in register_tape_dev()
110 device_destroy(tape_class, tcd->char_device->dev); in unregister_tape_dev()
120 tape_class = class_create(THIS_MODULE, "tape390"); in tape_init()
127 class_destroy(tape_class); in tape_exit()
128 tape_class = NULL; in tape_exit()
H A DMakefile44 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_class.c16 #include "tape_class.h"
21 "tape_class.c"
25 static struct class *tape_class; variable
77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
94 device_destroy(tape_class, tcd->char_device->dev); in register_tape_dev()
110 device_destroy(tape_class, tcd->char_device->dev); in unregister_tape_dev()
120 tape_class = class_create("tape390"); in tape_init()
127 class_destroy(tape_class); in tape_exit()
128 tape_class = NULL; in tape_exit()
H A DMakefile42 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o

Completed in 1 milliseconds