Home
last modified time | relevance | path

Searched refs:ABS_MT_TOUCH_MINOR (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/hid/
Dhid-3m-pct.c109 EV_ABS, ABS_MT_TOUCH_MINOR); in mmm_input_mapping()
110 input_set_abs_params(hi->input, ABS_MT_TOUCH_MINOR, in mmm_input_mapping()
166 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mmm_filter_event()
Dhid-stantum.c82 EV_ABS, ABS_MT_TOUCH_MINOR); in stantum_input_mapping()
145 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, wide ? sd->h : sd->w); in stantum_filter_event()
Dhid-magicmouse.c260 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
399 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 4, 0); in magicmouse_setup_input()
Dhid-multitouch.c222 EV_ABS, ABS_MT_TOUCH_MINOR); in mt_input_mapping()
325 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, s->h); in mt_emit_event()
Dhid-ntrig.c533 EV_ABS, ABS_MT_TOUCH_MINOR); in ntrig_input_mapping()
744 ABS_MT_TOUCH_MINOR, nd->h); in ntrig_event()
751 ABS_MT_TOUCH_MINOR, nd->w); in ntrig_event()
Dhid-debug.c833 [ABS_MT_TOUCH_MINOR] = "MTMinor",
/linux-2.6.39/drivers/input/mouse/
Dbcm5974.c351 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in setup_events_to_report()
402 input_report_abs(input, ABS_MT_TOUCH_MINOR, in report_finger_data()
/linux-2.6.39/Documentation/input/
Dmulti-touch-protocol.txt193 ABS_MT_TOUCH_MINOR
287 ABS_MT_TOUCH_MINOR := min(X, Y)
/linux-2.6.39/include/linux/
Dinput.h775 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
/linux-2.6.39/drivers/input/touchscreen/
Dusbtouchscreen.c921 ABS_MT_TOUCH_MINOR, min(x,h)); in nexio_read_data()