Linux Kernel
3.7.1
|
Data Fields | |
struct usb_device * | udev |
struct usb_interface * | intf |
struct usb_endpoint_descriptor * | ep_rx |
struct usb_endpoint_descriptor * | ep_tx |
struct usb_anchor | rx_anchor |
struct usb_anchor | tx_anchor |
struct vmk80xx_board | board |
struct firmware_version | fw |
struct semaphore | limit_sem |
wait_queue_head_t | read_wait |
wait_queue_head_t | write_wait |
unsigned char * | usb_rx_buf |
unsigned char * | usb_tx_buf |
unsigned long | flags |
int | probed |
int | attached |
int | count |
struct usb_endpoint_descriptor* ep_rx |
struct usb_endpoint_descriptor* ep_tx |
struct usb_interface* intf |
wait_queue_head_t read_wait |
wait_queue_head_t write_wait |