Searched refs:ABS_MT_TOUCH_MINOR (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/drivers/hid/ |
D | hid-multitouch.c | 358 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()
|
D | hid-ntrig.c | 533 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()
|
D | hid-magicmouse.c | 282 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()
|
D | hid-debug.c | 847 [ABS_MT_TOUCH_MINOR] = "MTMinor",
|
/linux-3.3/drivers/input/touchscreen/ |
D | auo-pixcir-ts.c | 220 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()
|
D | usbtouchscreen.c | 927 ABS_MT_TOUCH_MINOR, min(x,h)); in nexio_read_data()
|
/linux-3.3/drivers/input/mouse/ |
D | bcm5974.c | 411 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/ |
D | multi-touch-protocol.txt | 207 ABS_MT_TOUCH_MINOR 301 ABS_MT_TOUCH_MINOR := min(X, Y)
|
/linux-3.3/include/linux/ |
D | input.h | 778 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
|