Linux Kernel
3.7.1
|
Data Fields | |
struct input_dev * | input_dev |
struct device * | dev |
char | phys [32] |
struct delayed_work | work |
unsigned | polling |
struct ts_event | tc |
struct tps6507x_dev * | mfd |
u16 | model |
unsigned | pendown |
int | irq |
void(* | clear_penirq )(void) |
unsigned long | poll_period |
u16 | min_pressure |
int | vref |
Definition at line 40 of file tps6507x-ts.c.
Definition at line 51 of file tps6507x-ts.c.
Definition at line 42 of file tps6507x-ts.c.
struct input_dev* input_dev |
Definition at line 41 of file tps6507x-ts.c.
int irq |
Definition at line 50 of file tps6507x-ts.c.
struct tps6507x_dev* mfd |
Definition at line 47 of file tps6507x-ts.c.
u16 min_pressure |
Definition at line 53 of file tps6507x-ts.c.
u16 model |
Definition at line 48 of file tps6507x-ts.c.
unsigned pendown |
Definition at line 49 of file tps6507x-ts.c.
char phys[32] |
Definition at line 43 of file tps6507x-ts.c.
unsigned long poll_period |
Definition at line 52 of file tps6507x-ts.c.
unsigned polling |
Definition at line 45 of file tps6507x-ts.c.
Definition at line 46 of file tps6507x-ts.c.
int vref |
Definition at line 54 of file tps6507x-ts.c.
struct delayed_work work |
Definition at line 44 of file tps6507x-ts.c.