Home
last modified time | relevance | path

Searched refs:touchit213 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dtouchit213.c77 struct touchit213 { struct
89 struct touchit213 *touchit213 = serio_get_drvdata(serio); in touchit213_interrupt() argument
90 struct input_dev *dev = touchit213->dev; in touchit213_interrupt()
92 touchit213->data[touchit213->idx] = data; in touchit213_interrupt()
94 switch (touchit213->idx++) { in touchit213_interrupt()
96 if ((touchit213->data[0] & T213_FORMAT_STATUS_MASK) != in touchit213_interrupt()
99 touchit213->idx = 0; in touchit213_interrupt()
104 touchit213->idx = 0; in touchit213_interrupt()
106 (touchit213->data[1] << 7) | touchit213->data[2]); in touchit213_interrupt()
108 (touchit213->data[3] << 7) | touchit213->data[4]); in touchit213_interrupt()
[all …]
DMakefile68 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o
DKconfig928 module will be called touchit213.