Home
last modified time | relevance | path

Searched refs:ABS_MT_TOOL_X (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-multitouch.c420 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()
Dhid-input.c234 case ABS_MT_TOOL_X: in hidinput_calc_abs_res()
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt175 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/
Dsur40.c286 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/
Dinput.h865 #define ABS_MT_TOOL_X 0x3c /* Center X tool position */ macro