Linux Kernel
3.7.1
|
Data Fields | |
struct mutex | mutex |
struct usb_device * | udev |
struct usb_interface * | interface |
unsigned char | minor |
struct usb_endpoint_descriptor * | int_out_endpoint |
struct usb_endpoint_descriptor * | int_in_endpoint |
struct urb * | int_in_urb |
unsigned char * | int_in_buffer |
unsigned char | serial_number |
unsigned char * | read_queue |
wait_queue_head_t | read_wait |
wait_queue_head_t | write_wait |
atomic_t | write_busy |
atomic_t | read_idx |
atomic_t | intr_idx |
spinlock_t | intr_idx_lock |
atomic_t | overflow_flag |
int | present |
int | opened |
char | chip_serial [9] |
int | report_size |
u16 | product_id |
Definition at line 77 of file iowarrior.c.
char chip_serial[9] |
Definition at line 97 of file iowarrior.c.
unsigned char* int_in_buffer |
Definition at line 85 of file iowarrior.c.
struct usb_endpoint_descriptor* int_in_endpoint |
Definition at line 83 of file iowarrior.c.
Definition at line 84 of file iowarrior.c.
struct usb_endpoint_descriptor* int_out_endpoint |
Definition at line 82 of file iowarrior.c.
Definition at line 80 of file iowarrior.c.
atomic_t intr_idx |
Definition at line 92 of file iowarrior.c.
spinlock_t intr_idx_lock |
Definition at line 93 of file iowarrior.c.
unsigned char minor |
Definition at line 81 of file iowarrior.c.
Definition at line 78 of file iowarrior.c.
int opened |
Definition at line 96 of file iowarrior.c.
atomic_t overflow_flag |
Definition at line 94 of file iowarrior.c.
int present |
Definition at line 95 of file iowarrior.c.
u16 product_id |
Definition at line 99 of file iowarrior.c.
atomic_t read_idx |
Definition at line 91 of file iowarrior.c.
unsigned char* read_queue |
Definition at line 87 of file iowarrior.c.
wait_queue_head_t read_wait |
Definition at line 88 of file iowarrior.c.
int report_size |
Definition at line 98 of file iowarrior.c.
unsigned char serial_number |
Definition at line 86 of file iowarrior.c.
struct usb_device* udev |
Definition at line 79 of file iowarrior.c.
atomic_t write_busy |
Definition at line 90 of file iowarrior.c.
wait_queue_head_t write_wait |
Definition at line 89 of file iowarrior.c.