Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dinput.h13 #define ABS_MT_LAST ABS_MT_TOOL_Y
/linux-6.1.9/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-6.1.9/include/uapi/linux/
Dinput-event-codes.h892 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/linux-6.1.9/include/dt-bindings/input/
Dlinux-event-codes.h892 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/linux-6.1.9/Documentation/input/
Dmulti-touch-protocol.rst304 ABS_MT_TOOL_Y
364 ABS_MT_TOOL_Y := C_Y
/linux-6.1.9/drivers/hid/
Dhid-multitouch.c771 code = ABS_MT_TOOL_Y; in mt_touch_input_mapping()
1121 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
Dhid-input.c270 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()