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

Data Fields

struct i2c_clientclient
 
wait_queue_head_t wait
 
bool touch_stopped
 
struct bu21013_platform_devicechip
 
struct input_dev * in_dev
 
unsigned int intr_pin
 
struct regulatorregulator
 

Detailed Description

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.

Field Documentation

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.

Definition at line 150 of file bu21013_ts.c.


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