Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dinput.h16 #define ABS_MT_LAST ABS_MT_TOOL_Y
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h761 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h761 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/Linux-v4.19/drivers/input/touchscreen/
Dsur40.c446 input_report_abs(input, ABS_MT_TOOL_Y, ctr_y); in sur40_report_blob()
632 input_set_abs_params(input_dev, ABS_MT_TOOL_Y, in sur40_input_setup()
/Linux-v4.19/Documentation/input/
Dmulti-touch-protocol.rst300 ABS_MT_TOOL_Y
360 ABS_MT_TOOL_Y := C_Y
/Linux-v4.19/drivers/hid/
Dhid-multitouch.c715 code = ABS_MT_TOOL_Y; in mt_touch_input_mapping()
1061 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
Dhid-input.c235 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()