Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtouchit213.c73 struct touchit213 { struct
85 struct touchit213 *touchit213 = serio_get_drvdata(serio); in touchit213_interrupt() local
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 in touchit213_interrupt()
120 struct touchit213 *touchit213 = serio_get_drvdata(serio); touchit213_disconnect() local
138 struct touchit213 *touchit213; touchit213_connect() local
[all...]
H A DMakefile84 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtouchit213.c73 struct touchit213 { struct
85 struct touchit213 *touchit213 = serio_get_drvdata(serio); in touchit213_interrupt() local
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 in touchit213_interrupt()
120 struct touchit213 *touchit213 = serio_get_drvdata(serio); touchit213_disconnect() local
138 struct touchit213 *touchit213; touchit213_connect() local
[all...]
H A DMakefile90 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o

Completed in 2 milliseconds