/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-a4tech.c | 62 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) { in a4_input_mapped() 85 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) { in a4_event() 94 REL_WHEEL_HI_RES, a4->delayed_value * 120); in a4_event() 104 if (usage->code == REL_WHEEL_HI_RES && a4->hw_wheel) { in a4_event()
|
H A D | hid-input.c | 732 map_rel(REL_WHEEL_HI_RES); in hidinput_configure_usage() 1266 if (usage->code == REL_WHEEL_HI_RES) in hidinput_handle_scroll() 1274 * Our REL_WHEEL_HI_RES axis does the same because all HW must in hidinput_handle_scroll() 1356 if ((usage->type == EV_REL) && (usage->code == REL_WHEEL_HI_RES || in hidinput_hid_event()
|
H A D | hid-logitech-hidpp.c | 465 input_report_rel(input_dev, REL_WHEEL_HI_RES, hi_res_value); in hidpp_scroll_counter_handle_scroll() 2823 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in m560_populate_input() 3043 input_report_rel(hidpp->input, REL_WHEEL_HI_RES, value * 120); in hidpp10_wheel_raw_event() 3056 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in hidpp10_wheel_populate_input() 4106 { HID_GD_WHEEL, EV_REL, REL_WHEEL_HI_RES },
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-a4tech.c | 62 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) { in a4_input_mapped() 85 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) { in a4_event() 94 REL_WHEEL_HI_RES, a4->delayed_value * 120); in a4_event() 104 if (usage->code == REL_WHEEL_HI_RES && a4->hw_wheel) { in a4_event()
|
H A D | hid-magicmouse.c | 338 REL_WHEEL_HI_RES, in magicmouse_emit_touch() 542 __set_bit(REL_WHEEL_HI_RES, input->relbit); in magicmouse_setup_input()
|
H A D | hid-input.c | 888 map_rel(REL_WHEEL_HI_RES); in hidinput_configure_usage() 1473 if (usage->code == REL_WHEEL_HI_RES) in hidinput_handle_scroll() 1481 * Our REL_WHEEL_HI_RES axis does the same because all HW must in hidinput_handle_scroll() 1681 if (usage->code == REL_WHEEL_HI_RES || in hidinput_hid_event()
|
H A D | hid-logitech-hidpp.c | 555 input_report_rel(input_dev, REL_WHEEL_HI_RES, hi_res_value); in hidpp_scroll_counter_handle_scroll() 3334 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in m560_populate_input() 3554 input_report_rel(hidpp->input, REL_WHEEL_HI_RES, value * 120); in hidpp10_wheel_raw_event() 3567 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in hidpp10_wheel_populate_input() 4694 { HID_GD_WHEEL, EV_REL, REL_WHEEL_HI_RES },
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_mouse.py | 20 libevdev.EV_REL.REL_WHEEL_HI_RES 22 libevdev.EV_REL.REL_WHEEL_HI_RES = libevdev.EV_REL.REL_0B 690 return evdev.has(libevdev.EV_REL.REL_WHEEL_HI_RES) 707 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, 120)) 716 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, -120)) 727 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, 360)) 793 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, -360)) 839 libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, 120 / mult) 848 libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, -120 / mult) 858 libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL_HI_RES, 12 [all...] |
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 809 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 809 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 809 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 833 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 833 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 833 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 676 #define REL_WHEEL_HI_RES 0x0b macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 676 #define REL_WHEEL_HI_RES 0x0b macro
|