Searched refs:inexio (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dinexio.c58 struct inexio { struct
66 static void inexio_process_data(struct inexio *pinexio)
83 struct inexio* pinexio = serio_get_drvdata(serio);
90 printk(KERN_DEBUG "inexio.c: unknown/unsynchronized data from device, byte %x\n",pinexio->data[0]);
101 struct inexio* pinexio = serio_get_drvdata(serio);
119 struct inexio *pinexio;
123 pinexio = kzalloc(sizeof(struct inexio), GFP_KERNEL);
183 .name = "inexio",
H A DMakefile25 obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o

Completed in 98 milliseconds