Searched refs:REL_HWHEEL_HI_RES (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-a4tech.c | 64 set_bit(REL_HWHEEL_HI_RES, *bit); in a4_input_mapped() 93 input_event(input, EV_REL, value ? REL_HWHEEL_HI_RES : in a4_event() 106 input_event(input, usage->type, REL_HWHEEL_HI_RES, value * 120); in a4_event()
|
| H A D | hid-logitech-hidpp.c | 2744 input_report_rel(hidpp->input, REL_HWHEEL_HI_RES, in m560_raw_event() 2748 input_report_rel(hidpp->input, REL_HWHEEL_HI_RES, in m560_raw_event() 2785 __set_bit(REL_HWHEEL_HI_RES, input_dev->relbit); in m560_populate_input() 3006 input_report_rel(hidpp->input, REL_HWHEEL_HI_RES, hvalue * 120); in hidpp10_wheel_raw_event() 3019 __set_bit(REL_HWHEEL_HI_RES, input_dev->relbit); in hidpp10_wheel_populate_input()
|
| H A D | hid-input.c | 1041 map_rel(REL_HWHEEL_HI_RES); in hidinput_configure_usage() 1349 usage->code == REL_HWHEEL_HI_RES)) { in hidinput_hid_event()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 810 #define REL_HWHEEL_HI_RES 0x0c macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 810 #define REL_HWHEEL_HI_RES 0x0c macro
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | event-codes.rst | 197 REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES should be preferred where 200 * REL_WHEEL_HI_RES, REL_HWHEEL_HI_RES:
|