Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dgunze.c33 struct gunze { struct
41 static void gunze_process_packet(struct gunze *gunze) in gunze_process_packet() argument
45 if (gunze->idx != GUNZE_MAX_LENGTH || gunze->data[5] != ',' || in gunze_process_packet()
46 (gunze->data[0] != 'T' && gunze->data[0] != 'R')) { in gunze_process_packet()
60 struct gunze *gunze = serio_get_drvdata(serio); in gunze_interrupt() local
67 gunze->data[gunze->idx++] = data; in gunze_interrupt()
78 struct gunze *gunze = serio_get_drvdata(serio); in gunze_disconnect() local
85 kfree(gunze); in gunze_disconnect()
96 struct gunze *gunze; in gunze_connect() local
100 gunze = kzalloc(sizeof(struct gunze), GFP_KERNEL); in gunze_connect()
[all …]
H A DMakefile40 obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
H A DKconfig514 module will be called gunze.