Searched refs:ABS_MT_TOOL_Y (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-multitouch.c | 435 EV_ABS, ABS_MT_TOOL_Y); in mt_touch_input_mapping() 436 set_abs(hi->input, ABS_MT_TOOL_Y, field, in mt_touch_input_mapping() 601 input_event(input, EV_ABS, ABS_MT_TOOL_Y, s->cy); in mt_complete_slot() 672 if (usage->code == ABS_MT_TOOL_Y) in mt_process_mt_event()
|
D | hid-input.c | 235 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | sur40.c | 287 input_report_abs(input, ABS_MT_TOOL_Y, ctr_y); in sur40_report_blob() 459 input_set_abs_params(input_dev, ABS_MT_TOOL_Y, in sur40_input_setup()
|
/linux-4.1.27/include/linux/ |
D | input.h | 16 #define ABS_MT_LAST ABS_MT_TOOL_Y
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 866 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 300 ABS_MT_TOOL_Y
|