Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/char/
Dtape_class.h23 struct tape_class_device { struct
49 struct tape_class_device *register_tape_dev( argument
56 void unregister_tape_dev(struct device *device, struct tape_class_device *tcd);
Dtape_class.c41 struct tape_class_device *register_tape_dev( in register_tape_dev()
48 struct tape_class_device * tcd; in register_tape_dev()
52 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()
Dtape.h184 struct tape_class_device * nt;
185 struct tape_class_device * rt;