Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_client * | client |
struct input_dev * | input |
u16 | num_x |
u16 | num_y |
struct mutex | mutex |
bool | factory_mode |
int | threshold |
int | gain |
int | offset |
int | report_rate |
char | name [EDT_NAME_LEN] |
Definition at line 62 of file edt-ft5x06.c.
Definition at line 63 of file edt-ft5x06.c.
bool factory_mode |
Definition at line 75 of file edt-ft5x06.c.
int gain |
Definition at line 77 of file edt-ft5x06.c.
struct input_dev* input |
Definition at line 64 of file edt-ft5x06.c.
Definition at line 74 of file edt-ft5x06.c.
char name[EDT_NAME_LEN] |
Definition at line 81 of file edt-ft5x06.c.
u16 num_x |
Definition at line 65 of file edt-ft5x06.c.
u16 num_y |
Definition at line 66 of file edt-ft5x06.c.
Definition at line 78 of file edt-ft5x06.c.
int report_rate |
Definition at line 79 of file edt-ft5x06.c.
int threshold |
Definition at line 76 of file edt-ft5x06.c.