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.c18 static const struct class tape_class = { variable
72 tcd->class_device = device_create(&tape_class, device, in register_tape_dev()
89 device_destroy(&tape_class, tcd->char_device->dev); in register_tape_dev()
105 device_destroy(&tape_class, tcd->char_device->dev); in unregister_tape_dev()
114 return class_register(&tape_class); in tape_class_init()
119 class_unregister(&tape_class); in tape_class_exit()
H A DMakefile42 tape_s390-objs := tape_3490.o tape_char.o tape_class.o tape_core.o tape_std.o $(tape-y)