Searched refs:mtouch (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 Dmtouch.c58 struct mtouch { struct
66 static void mtouch_process_format_tablet(struct mtouch *mtouch) argument
68 struct input_dev *dev = mtouch->dev;
70 if (MTOUCH_FORMAT_TABLET_LENGTH == ++mtouch->idx) {
71 input_report_abs(dev, ABS_X, MTOUCH_GET_XC(mtouch->data));
72 input_report_abs(dev, ABS_Y, MTOUCH_MAX_YC - MTOUCH_GET_YC(mtouch->data));
73 input_report_key(dev, BTN_TOUCH, MTOUCH_GET_TOUCHED(mtouch->data));
76 mtouch->idx = 0;
80 static void mtouch_process_response(struct mtouch *mtouc argument
93 struct mtouch* mtouch = serio_get_drvdata(serio); local
113 struct mtouch* mtouch = serio_get_drvdata(serio); local
131 struct mtouch *mtouch; local
[all...]
H A DMakefile29 obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o

Completed in 96 milliseconds