Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
atp Struct Reference

Data Fields

char phys [64]
 
struct usb_device * udev
 
struct usb_interfaceintf
 
struct urb * urb
 
u8data
 
struct input_dev * input
 
struct atp_infoinfo
 
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
 

Detailed Description

Definition at line 195 of file appletouch.c.

Field Documentation

u8* data

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.

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.

Definition at line 213 of file appletouch.c.

int x_old

Definition at line 207 of file appletouch.c.

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.


The documentation for this struct was generated from the following file: