Searched refs:ABS_MT_TOOL_X (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-multitouch.c | 420 EV_ABS, ABS_MT_TOOL_X); in mt_touch_input_mapping() 421 set_abs(hi->input, ABS_MT_TOOL_X, field, in mt_touch_input_mapping() 600 input_event(input, EV_ABS, ABS_MT_TOOL_X, s->cx); in mt_complete_slot() 666 if (usage->code == ABS_MT_TOOL_X) in mt_process_mt_event()
|
D | hid-input.c | 234 case ABS_MT_TOOL_X: in hidinput_calc_abs_res()
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 175 ABS_MT_TOOL_X/Y. The touch diameter is ABS_MT_TOUCH_MAJOR and the finger 294 ABS_MT_TOOL_X 363 ABS_MT_TOOL_X := C_X 364 ABS_MT_TOOL_X := C_Y
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | sur40.c | 286 input_report_abs(input, ABS_MT_TOOL_X, ctr_x); in sur40_report_blob() 457 input_set_abs_params(input_dev, ABS_MT_TOOL_X, in sur40_input_setup()
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 865 #define ABS_MT_TOOL_X 0x3c /* Center X tool position */ macro
|