Searched refs:REL_WHEEL_HI_RES (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/hid/ |
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()
|
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()
|
D | hid-input.c | 838 map_rel(REL_WHEEL_HI_RES); in hidinput_configure_usage() 1401 if (usage->code == REL_WHEEL_HI_RES) in hidinput_handle_scroll() 1596 if (usage->code == REL_WHEEL_HI_RES || in hidinput_hid_event()
|
D | hid-logitech-hidpp.c | 481 input_report_rel(input_dev, REL_WHEEL_HI_RES, hi_res_value); in hidpp_scroll_counter_handle_scroll() 3058 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in m560_populate_input() 3278 input_report_rel(hidpp->input, REL_WHEEL_HI_RES, value * 120); in hidpp10_wheel_raw_event() 3291 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in hidpp10_wheel_populate_input() 4377 { HID_GD_WHEEL, EV_REL, REL_WHEEL_HI_RES },
|
/linux-6.1.9/Documentation/input/ |
D | event-codes.rst | 200 see REL_WHEEL_HI_RES. These event codes are legacy codes and 201 REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES should be preferred where 204 * REL_WHEEL_HI_RES, REL_HWHEEL_HI_RES:
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 830 #define REL_WHEEL_HI_RES 0x0b macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 830 #define REL_WHEEL_HI_RES 0x0b macro
|