Searched refs:touchit213 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dtouchit213.c78 struct touchit213 { struct
90 struct touchit213 *touchit213 = serio_get_drvdata(serio); local
91 struct input_dev *dev = touchit213->dev;
93 touchit213->data[touchit213->idx] = data;
95 switch (touchit213->idx++) {
97 if ((touchit213->data[0] & T213_FORMAT_STATUS_MASK) !=
100 touchit213->idx = 0;
105 touchit213
125 struct touchit213 *touchit213 = serio_get_drvdata(serio); local
143 struct touchit213 *touchit213; local
[all...]
H A DMakefile40 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o

Completed in 160 milliseconds