Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dtouchit213.c73 struct touchit213 { struct
85 struct touchit213 *touchit213 = serio_get_drvdata(serio); in touchit213_interrupt() argument
86 struct input_dev *dev = touchit213->dev; in touchit213_interrupt()
88 touchit213->data[touchit213->idx] = data; in touchit213_interrupt()
90 switch (touchit213->idx++) { in touchit213_interrupt()
92 if ((touchit213->data[0] & T213_FORMAT_STATUS_MASK) != in touchit213_interrupt()
95 touchit213->idx = 0; in touchit213_interrupt()
100 touchit213->idx = 0; in touchit213_interrupt()
102 (touchit213->data[1] << 7) | touchit213->data[2]); in touchit213_interrupt()
104 (touchit213->data[3] << 7) | touchit213->data[4]); in touchit213_interrupt()
[all …]
DMakefile88 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o
DKconfig1090 module will be called touchit213.