Searched refs:EV_REL (Results 1 - 6 of 6) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | input_dev.cpp | 63 if (pkgs[i]->type == EV_REL) {
in ReportEventPkgCallback()
|
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-input.c | 57 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c))
1752 input_event(input, EV_REL, code, lo_res);
in hidinput_handle_scroll() 1753 input_event(input, EV_REL, usage->code, hi_res);
in hidinput_handle_scroll() 1830 if ((usage->type == EV_REL) && (usage->code == REL_WHEEL_HI_RES || usage->code == REL_HWHEEL_HI_RES)) {
in hidinput_hid_event()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtinput.c | 214 case EV_REL: in VirtinFillHidCodeBitmap()
|
/device/qemu/drivers/virtio/ |
H A D | virtinput.c | 225 case EV_REL: in VirtinFillHidCodeBitmap()
|
/device/soc/rockchip/common/sdk_linux/include/dt-bindings/input/ |
H A D | rk-input.h | 22 #define EV_REL 0x02 macro
|
/device/soc/rockchip/rk3588/kernel/include/dt-bindings/input/ |
H A D | rk-input.h | 20 #define EV_REL 0x02 macro
|
Completed in 10 milliseconds