Searched defs:tape_discipline (Results 1 – 1 of 1) sorted by relevance
147 struct tape_discipline { struct148 struct module *owner;149 int (*setup_device)(struct tape_device *);150 void (*cleanup_device)(struct tape_device *);151 int (*irq)(struct tape_device *, struct tape_request *, struct irb *);152 struct tape_request *(*read_block)(struct tape_device *, size_t);153 struct tape_request *(*write_block)(struct tape_device *, size_t);154 void (*process_eov)(struct tape_device*);156 int (*ioctl_fn)(struct tape_device *, unsigned int, unsigned long);158 tape_mtop_fn *mtop_array;