Linux Kernel
3.7.1
|
#include <tape.h>
Data Fields | |
struct module * | owner |
int(* | setup_device )(struct tape_device *) |
void(* | cleanup_device )(struct tape_device *) |
int(* | irq )(struct tape_device *, struct tape_request *, struct irb *) |
struct tape_request *(* | read_block )(struct tape_device *, size_t) |
struct tape_request *(* | write_block )(struct tape_device *, size_t) |
void(* | process_eov )(struct tape_device *) |
int(* | ioctl_fn )(struct tape_device *, unsigned int, unsigned long) |
tape_mtop_fn * | mtop_array |
void(* cleanup_device)(struct tape_device *) |
int(* ioctl_fn)(struct tape_device *, unsigned int, unsigned long) |
int(* irq)(struct tape_device *, struct tape_request *, struct irb *) |
tape_mtop_fn* mtop_array |
void(* process_eov)(struct tape_device *) |
|
read |
int(* setup_device)(struct tape_device *) |
|
read |