Linux Kernel
3.7.1
|
#include <rts51x.h>
Data Fields | |
struct mutex | dev_mutex |
struct usb_device * | pusb_dev |
struct usb_interface * | pusb_intf |
unsigned long | dflags |
unsigned int | send_bulk_pipe |
unsigned int | recv_bulk_pipe |
unsigned int | send_ctrl_pipe |
unsigned int | recv_ctrl_pipe |
unsigned int | recv_intr_pipe |
u8 | ifnum |
u8 | ep_bInterval |
struct urb * | current_urb |
struct urb * | intr_urb |
struct usb_ctrlrequest * | cr |
struct usb_sg_request | current_sg |
unsigned char * | iobuf |
dma_addr_t | cr_dma |
dma_addr_t | iobuf_dma |
struct task_struct * | ctl_thread |
struct task_struct * | polling_thread |
struct completion | cmnd_ready |
struct completion | control_exit |
struct completion | polling_exit |
struct completion | notify |
struct completion cmnd_ready |
struct completion control_exit |
dma_addr_t cr_dma |
struct task_struct* ctl_thread |
dma_addr_t iobuf_dma |
struct completion polling_exit |
struct task_struct* polling_thread |
struct usb_interface* pusb_intf |