Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dinput.h13 #define ABS_MT_LAST ABS_MT_TOOL_Y
/Linux-v6.6/drivers/input/touchscreen/
Dsur40.c446 input_report_abs(input, ABS_MT_TOOL_Y, ctr_y); in sur40_report_blob()
628 input_set_abs_params(input_dev, ABS_MT_TOOL_Y, in sur40_input_setup_events()
/Linux-v6.6/include/uapi/linux/
Dinput-event-codes.h895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/Linux-v6.6/include/dt-bindings/input/
Dlinux-event-codes.h895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/Linux-v6.6/Documentation/input/
Dmulti-touch-protocol.rst304 ABS_MT_TOOL_Y
364 ABS_MT_TOOL_Y := C_Y
/Linux-v6.6/drivers/hid/
Dhid-multitouch.c772 code = ABS_MT_TOOL_Y; in mt_touch_input_mapping()
1143 input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy); in mt_process_slot()
Dhid-input.c270 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_multitouch.py847 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TOOL_Y] == 100