Searched refs:tape_class_device (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.h26 struct tape_class_device { struct
52 struct tape_class_device *register_tape_dev(
59 void unregister_tape_dev(struct device *device, struct tape_class_device *tcd);
H A Dtape_class.c42 struct tape_class_device *register_tape_dev(
49 struct tape_class_device * tcd;
53 tcd = kzalloc(sizeof(struct tape_class_device), GFP_KERNEL);
107 void unregister_tape_dev(struct device *device, struct tape_class_device *tcd)
H A Dtape.h212 struct tape_class_device * nt;
213 struct tape_class_device * rt;

Completed in 59 milliseconds