Searched refs:REL_WHEEL_HI_RES (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 724 map_rel(REL_WHEEL_HI_RES); in hidinput_configure_usage() 1258 if (usage->code == REL_WHEEL_HI_RES) in hidinput_handle_scroll() 1348 if ((usage->type == EV_REL) && (usage->code == REL_WHEEL_HI_RES || in hidinput_hid_event()
|
| H A D | hid-logitech-hidpp.c | 472 input_report_rel(input_dev, REL_WHEEL_HI_RES, hi_res_value); in hidpp_scroll_counter_handle_scroll() 2784 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in m560_populate_input() 3004 input_report_rel(hidpp->input, REL_WHEEL_HI_RES, value * 120); in hidpp10_wheel_raw_event() 3017 __set_bit(REL_WHEEL_HI_RES, input_dev->relbit); in hidpp10_wheel_populate_input() 4068 { HID_GD_WHEEL, EV_REL, REL_WHEEL_HI_RES },
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | event-codes.rst | 196 see REL_WHEEL_HI_RES. These event codes are legacy codes and 197 REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES should be preferred where 200 * REL_WHEEL_HI_RES, REL_HWHEEL_HI_RES:
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 809 #define REL_WHEEL_HI_RES 0x0b macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 809 #define REL_WHEEL_HI_RES 0x0b macro
|