Linux Kernel
3.7.1
|
Data Fields | |
struct usbatm_data * | usbatm |
struct speedtch_params | params |
struct timer_list | status_check_timer |
struct work_struct | status_check_work |
unsigned char | last_status |
int | poll_delay |
struct timer_list | resubmit_timer |
struct urb * | int_urb |
unsigned char | int_data [16] |
unsigned char | scratch_buffer [16] |
Definition at line 137 of file speedtch.c.
unsigned char int_data[16] |
Definition at line 151 of file speedtch.c.
Definition at line 150 of file speedtch.c.
unsigned char last_status |
Definition at line 145 of file speedtch.c.
Definition at line 140 of file speedtch.c.
int poll_delay |
Definition at line 147 of file speedtch.c.
struct timer_list resubmit_timer |
Definition at line 149 of file speedtch.c.
unsigned char scratch_buffer[16] |
Definition at line 153 of file speedtch.c.
struct timer_list status_check_timer |
Definition at line 142 of file speedtch.c.
struct work_struct status_check_work |
Definition at line 143 of file speedtch.c.
struct usbatm_data* usbatm |
Definition at line 138 of file speedtch.c.