Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h14 #define ABS_MT_LAST ABS_MT_TOOL_Y
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h778 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h778 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h725 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h692 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
H A Dlinux-event-codes.h870 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h870 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dmulti-touch-protocol.rst300 ABS_MT_TOOL_Y
360 ABS_MT_TOOL_Y := C_Y
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-multitouch.c742 code = ABS_MT_TOOL_Y; in mt_touch_input_mapping()
1090 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
H A Dhid-input.c223 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()