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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwacom_w8001.c55 struct w8001 { struct
94 struct w8001 *w8001 = serio_get_drvdata(serio); local
95 struct input_dev *dev = w8001->dev;
99 w8001->data[w8001->idx] = data;
100 switch (w8001->idx++) {
103 pr_debug("w8001: unsynchronized data: 0x%02x\n", data);
104 w8001->idx = 0;
109 tmp = w8001
133 w8001_command(struct w8001 *w8001, unsigned char command, bool wait_response) argument
152 w8001_setup(struct w8001 *w8001) argument
179 struct w8001 *w8001 = serio_get_drvdata(serio); local
197 struct w8001 *w8001; local
[all...]

Completed in 104 milliseconds