Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinput.h13 #define ABS_MT_LAST ABS_MT_TOOL_Y
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h725 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/openbmc/linux/drivers/input/touchscreen/
H A 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()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h896 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h896 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/openbmc/linux/Documentation/input/
H A Dmulti-touch-protocol.rst304 ABS_MT_TOOL_Y
364 ABS_MT_TOOL_Y := C_Y
/openbmc/linux/drivers/hid/
H A 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()
H A Dhid-input.c270 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py847 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TOOL_Y] == 100