Searched refs:phampshire (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 Dhampshire.c63 static void hampshire_process_data(struct hampshire *phampshire) argument
65 struct input_dev *dev = phampshire->dev;
67 if (HAMPSHIRE_FORMAT_LENGTH == ++phampshire->idx) {
68 input_report_abs(dev, ABS_X, HAMPSHIRE_GET_XC(phampshire->data));
69 input_report_abs(dev, ABS_Y, HAMPSHIRE_GET_YC(phampshire->data));
71 HAMPSHIRE_GET_TOUCHED(phampshire->data));
74 phampshire->idx = 0;
81 struct hampshire *phampshire = serio_get_drvdata(serio); local
83 phampshire->data[phampshire
96 struct hampshire *phampshire = serio_get_drvdata(serio); local
114 struct hampshire *phampshire; local
[all...]

Completed in 101 milliseconds