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