Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/input/
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-v6.6/drivers/input/touchscreen/
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-v6.6/include/dt-bindings/input/
Dlinux-event-codes.h894 #define ABS_MT_TOOL_X 0x3c /* Center X tool position */ macro
/Linux-v6.6/include/uapi/linux/
Dinput-event-codes.h894 #define ABS_MT_TOOL_X 0x3c /* Center X tool position */ macro
/Linux-v6.6/drivers/hid/
Dhid-multitouch.c747 code = ABS_MT_TOOL_X; in mt_touch_input_mapping()
1142 input_event(input, EV_ABS, ABS_MT_TOOL_X, cx); in mt_process_slot()
Dhid-input.c269 case ABS_MT_TOOL_X: in hidinput_calc_abs_res()
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_multitouch.py845 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TOOL_X] == 50