Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/touchscreen/
A Dtouchit213.c73 struct touchit213 { struct
85 struct touchit213 *touchit213 = serio_get_drvdata(serio); in touchit213_interrupt() argument
88 touchit213->data[touchit213->idx] = data; 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()
120 struct touchit213 *touchit213 = serio_get_drvdata(serio); in touchit213_disconnect() local
127 kfree(touchit213); in touchit213_disconnect()
138 struct touchit213 *touchit213; in touchit213_connect() local
142 touchit213 = kzalloc(sizeof(struct touchit213), GFP_KERNEL); in touchit213_connect()
151 snprintf(touchit213->phys, sizeof(touchit213->phys), in touchit213_connect()
[all …]
A DMakefile89 obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o
A DKconfig1076 module will be called touchit213.

Completed in 9 milliseconds