Searched refs:ABS_MT_TOUCH_MINOR (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/hid/ |
D | hid-3m-pct.c | 109 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()
|
D | hid-stantum.c | 82 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()
|
D | hid-magicmouse.c | 260 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()
|
D | hid-multitouch.c | 222 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()
|
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-debug.c | 833 [ABS_MT_TOUCH_MINOR] = "MTMinor",
|
/linux-2.6.39/drivers/input/mouse/ |
D | bcm5974.c | 351 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/ |
D | multi-touch-protocol.txt | 193 ABS_MT_TOUCH_MINOR 287 ABS_MT_TOUCH_MINOR := min(X, Y)
|
/linux-2.6.39/include/linux/ |
D | input.h | 775 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
|
/linux-2.6.39/drivers/input/touchscreen/ |
D | usbtouchscreen.c | 921 ABS_MT_TOUCH_MINOR, min(x,h)); in nexio_read_data()
|