Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A 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 …]
H A DMakefile90 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o
H A DKconfig1088 module will be called touchit213.
/openbmc/linux/
H A Dopengrok1.0.log[all...]