Home
last modified time | relevance | path

Searched defs:tape_discipline (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dtape.h149 struct tape_discipline { struct
150 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;