Home
last modified time | relevance | path

Searched refs:REL_WHEEL_HI_RES (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-a4tech.c62 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 Dhid-input.c732 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 Dhid-logitech-hidpp.c465 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 Dhid-a4tech.c62 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 Dhid-magicmouse.c338 REL_WHEEL_HI_RES, in magicmouse_emit_touch()
542 __set_bit(REL_WHEEL_HI_RES, input->relbit); in magicmouse_setup_input()
H A Dhid-input.c888 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 Dhid-logitech-hidpp.c555 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 Dtest_mouse.py20 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 Dlinux-event-codes.h809 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h809 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/linux-5.10/include/dt-bindings/input/
H A Dlinux-event-codes.h809 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/linux-6.6/include/dt-bindings/input/
H A Dlinux-event-codes.h833 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput-event-codes.h833 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h833 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput-event-codes.h676 #define REL_WHEEL_HI_RES 0x0b macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput-event-codes.h676 #define REL_WHEEL_HI_RES 0x0b macro

Completed in 41 milliseconds