Home
last modified time | relevance | path

Searched refs:tape_class_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dtape_class.h24 struct tape_class_device { struct
50 struct tape_class_device *register_tape_dev( argument
57 void unregister_tape_dev(struct device *device, struct tape_class_device *tcd);
H A Dtape_class.c42 struct tape_class_device *register_tape_dev( in register_tape_dev()
49 struct tape_class_device * tcd; in register_tape_dev()
53 tcd = kzalloc(sizeof(struct tape_class_device), GFP_KERNEL); in register_tape_dev()
106 void unregister_tape_dev(struct device *device, struct tape_class_device *tcd) in unregister_tape_dev()
H A Dtape.h186 struct tape_class_device * nt;
187 struct tape_class_device * rt;