Searched refs:ABS_MT_TOOL_Y (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | input.h | 13 #define ABS_MT_LAST ABS_MT_TOOL_Y
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | input.h | 13 #define ABS_MT_LAST ABS_MT_TOOL_Y
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sur40.c | 446 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | sur40.c | 446 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()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 870 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 870 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 870 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 721 #define ABS_MT_TOOL_Y 0x3d macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 721 #define ABS_MT_TOOL_Y 0x3d macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 655 #define ABS_MT_TOOL_Y 0x3d macro
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-multitouch.c | 742 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 D | hid-input.c | 223 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-multitouch.c | 772 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 D | hid-input.c | 270 case ABS_MT_TOOL_Y: in hidinput_calc_abs_res()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 847 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TOOL_Y] == 100
|
Completed in 49 milliseconds