Linux Kernel
3.7.1
|
Data Fields | |
void * | endp |
struct urb * | urb |
int | toggle_bits |
int | error_count |
int | condition_code |
int | repeat_number |
int | halted |
int | skipped |
int | actual |
int | non_null |
int | active |
int | abandoning |
void(* | callback )(void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null) |
Definition at line 129 of file ftdi-elan.c.
int abandoning |
Definition at line 141 of file ftdi-elan.c.
int active |
Definition at line 140 of file ftdi-elan.c.
int actual |
Definition at line 138 of file ftdi-elan.c.
void(* callback)(void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null) |
Definition at line 142 of file ftdi-elan.c.
int condition_code |
Definition at line 134 of file ftdi-elan.c.
void* endp |
Definition at line 130 of file ftdi-elan.c.
int error_count |
Definition at line 133 of file ftdi-elan.c.
int halted |
Definition at line 136 of file ftdi-elan.c.
int non_null |
Definition at line 139 of file ftdi-elan.c.
int repeat_number |
Definition at line 135 of file ftdi-elan.c.
int skipped |
Definition at line 137 of file ftdi-elan.c.
int toggle_bits |
Definition at line 132 of file ftdi-elan.c.
struct urb* urb |
Definition at line 131 of file ftdi-elan.c.