Linux Kernel
3.7.1
|
Data Fields | |
unsigned char * | data |
dma_addr_t | data_dma |
unsigned char * | buffer |
int | buf_len |
struct urb * | irq |
struct usb_interface * | interface |
struct input_dev * | input |
struct usbtouch_device_info * | type |
char | name [128] |
char | phys [64] |
void * | priv |
int | x |
int | y |
int | touch |
int | press |
Definition at line 106 of file usbtouchscreen.c.
int buf_len |
Definition at line 110 of file usbtouchscreen.c.
Definition at line 109 of file usbtouchscreen.c.
Definition at line 107 of file usbtouchscreen.c.
dma_addr_t data_dma |
Definition at line 108 of file usbtouchscreen.c.
struct input_dev* input |
Definition at line 113 of file usbtouchscreen.c.
Definition at line 112 of file usbtouchscreen.c.
Definition at line 111 of file usbtouchscreen.c.
char name[128] |
Definition at line 115 of file usbtouchscreen.c.
char phys[64] |
Definition at line 116 of file usbtouchscreen.c.
int press |
Definition at line 120 of file usbtouchscreen.c.
Definition at line 117 of file usbtouchscreen.c.
int touch |
Definition at line 120 of file usbtouchscreen.c.
Definition at line 114 of file usbtouchscreen.c.
int x |
Definition at line 119 of file usbtouchscreen.c.
int y |
Definition at line 119 of file usbtouchscreen.c.