Home
last modified time | relevance | path

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

/linux/Documentation/input/
H A Dmulti-touch-protocol.rst182 ABS_MT_TOOL_X/Y. The touch diameter is ABS_MT_TOUCH_MAJOR and the finger
299 ABS_MT_TOOL_X
363 ABS_MT_TOOL_X := C_X
/linux/drivers/input/touchscreen/
H A Dsur40.c445 input_report_abs(input, ABS_MT_TOOL_X, ctr_x); in sur40_report_blob()
626 input_set_abs_params(input_dev, ABS_MT_TOOL_X, in sur40_input_setup_events()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h924 #define ABS_MT_TOOL_X 0x3c /* Center X tool position */
895 #define ABS_MT_TOOL_X global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h924 #define ABS_MT_TOOL_X 0x3c /* Center X tool position */ macro
/linux/drivers/hid/
H A Dhid-multitouch.c825 code = ABS_MT_TOOL_X; in mt_touch_input_mapping()
1239 input_event(input, EV_ABS, ABS_MT_TOOL_X, cx); in mt_process_slot()
H A Dhid-debug.c3537 [ABS_MT_TOOL_X] = "MTToolX",
H A Dhid-input.c269 case ABS_MT_TOOL_X: in hidinput_calc_abs_res()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py849 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TOOL_X] == 50