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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-3m-pct.c91 EV_ABS, ABS_MT_TOUCH_MINOR);
149 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR,
H A Dhid-stantum.c82 EV_ABS, ABS_MT_TOUCH_MINOR);
145 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, wide ? sd->h : sd->w);
H A Dhid-magicmouse.c233 input_report_abs(input, ABS_MT_TOUCH_MINOR, tdata[4]);
360 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 4, 0);
H A Dhid-ntrig.c455 EV_ABS, ABS_MT_TOUCH_MINOR);
656 ABS_MT_TOUCH_MINOR, nd->h);
663 ABS_MT_TOUCH_MINOR, nd->w);
H A Dhid-debug.c829 [ABS_MT_TOUCH_MINOR] = "MTMinor",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dbcm5974.c331 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR,
382 input_report_abs(input, ABS_MT_TOUCH_MINOR,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h701 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro

Completed in 97 milliseconds