Linux Kernel
3.7.1
|
Data Fields | |
char | phys [64] |
struct usb_device * | udev |
struct usb_interface * | intf |
struct urb * | urb |
u8 * | data |
struct input_dev * | input |
struct atp_info * | info |
bool | open |
bool | valid |
bool | size_detect_done |
bool | overflow_warned |
int | x_old |
int | y_old |
signed char | xy_cur [ATP_XSENSORS+ATP_YSENSORS] |
signed char | xy_old [ATP_XSENSORS+ATP_YSENSORS] |
int | xy_acc [ATP_XSENSORS+ATP_YSENSORS] |
int | idlecount |
struct work_struct | work |
Definition at line 195 of file appletouch.c.
Definition at line 200 of file appletouch.c.
int idlecount |
Definition at line 212 of file appletouch.c.
Definition at line 202 of file appletouch.c.
struct input_dev* input |
Definition at line 201 of file appletouch.c.
struct usb_interface* intf |
Definition at line 198 of file appletouch.c.
bool open |
Definition at line 203 of file appletouch.c.
bool overflow_warned |
Definition at line 206 of file appletouch.c.
char phys[64] |
Definition at line 196 of file appletouch.c.
bool size_detect_done |
Definition at line 205 of file appletouch.c.
struct usb_device* udev |
Definition at line 197 of file appletouch.c.
struct urb* urb |
Definition at line 199 of file appletouch.c.
bool valid |
Definition at line 204 of file appletouch.c.
struct work_struct work |
Definition at line 213 of file appletouch.c.
int x_old |
Definition at line 207 of file appletouch.c.
int xy_acc[ATP_XSENSORS+ATP_YSENSORS] |
Definition at line 211 of file appletouch.c.
signed char xy_cur[ATP_XSENSORS+ATP_YSENSORS] |
Definition at line 209 of file appletouch.c.
signed char xy_old[ATP_XSENSORS+ATP_YSENSORS] |
Definition at line 210 of file appletouch.c.
int y_old |
Definition at line 208 of file appletouch.c.