Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_client * | client |
wait_queue_head_t | wait |
bool | touch_stopped |
struct bu21013_platform_device * | chip |
struct input_dev * | in_dev |
unsigned int | intr_pin |
struct regulator * | regulator |
struct bu21013_ts_data - touch panel data structure : pointer to the i2c client : variable to wait_queue_head_t structure : touch stop flag : pointer to the touch panel controller : pointer to the input device structure : interrupt pin value : pointer to the Regulator used for touch screen
Touch panel device data structure
Definition at line 148 of file bu21013_ts.c.
Definition at line 152 of file bu21013_ts.c.
Definition at line 149 of file bu21013_ts.c.
struct input_dev* in_dev |
Definition at line 153 of file bu21013_ts.c.
unsigned int intr_pin |
Definition at line 154 of file bu21013_ts.c.
Definition at line 155 of file bu21013_ts.c.
bool touch_stopped |
Definition at line 151 of file bu21013_ts.c.
wait_queue_head_t wait |
Definition at line 150 of file bu21013_ts.c.