Home
last modified time | relevance | path

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

/linux-3.3/drivers/hid/
Dhid-multitouch.c358 EV_ABS, ABS_MT_TOUCH_MINOR); in mt_input_mapping()
359 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field, in mt_input_mapping()
479 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); 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-magicmouse.c282 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
428 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 4, 0); in magicmouse_setup_input()
Dhid-debug.c847 [ABS_MT_TOUCH_MINOR] = "MTMinor",
/linux-3.3/drivers/input/touchscreen/
Dauo-pixcir-ts.c220 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in auo_pixcir_interrupt()
549 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, in auo_pixcir_probe()
Dusbtouchscreen.c927 ABS_MT_TOUCH_MINOR, min(x,h)); in nexio_read_data()
/linux-3.3/drivers/input/mouse/
Dbcm5974.c411 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in setup_events_to_report()
465 input_report_abs(input, ABS_MT_TOUCH_MINOR, in report_finger_data()
/linux-3.3/Documentation/input/
Dmulti-touch-protocol.txt207 ABS_MT_TOUCH_MINOR
301 ABS_MT_TOUCH_MINOR := min(X, Y)
/linux-3.3/include/linux/
Dinput.h778 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro