Home
last modified time | relevance | path

Searched refs:EV_KEY (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.c232 input_event(ddata->input, EV_KEY, ddata->keycode, 1); in rk_pwm_remotectl_do_something()
256 input_event(ddata->input, EV_KEY, ddata->keycode, 0); in rk_pwm_remotectl_do_something()
275 input_event(ddata->input, EV_KEY, ddata->keycode, 0); in rk_pwm_remotectl_timer()
551 input_event(input, EV_KEY, KEY_POWER, 1); in rk_pwm_wakeup()
552 input_event(input, EV_KEY, KEY_POWER, 0); in rk_pwm_wakeup()
677 input_set_capability(input, EV_KEY, keycode); in rk_pwm_probe()
684 input_set_capability(input, EV_KEY, KEY_WAKEUP); in rk_pwm_probe()
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c243 input_event(ddata->input, EV_KEY, in rk_pwm_remotectl_do_something()
274 input_event(ddata->input, EV_KEY, in rk_pwm_remotectl_do_something()
294 input_event(ddata->input, EV_KEY, ddata->keycode, 0); in rk_pwm_remotectl_timer()
568 input_event(input, EV_KEY, KEY_POWER, 1); in rk_pwm_wakeup()
569 input_event(input, EV_KEY, KEY_POWER, 0); in rk_pwm_wakeup()
695 input_set_capability(input, EV_KEY, keycode); in rk_pwm_probe()
701 input_set_capability(input, EV_KEY, KEY_WAKEUP); in rk_pwm_probe()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c58 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c))
62 #define map_key_clear(c) hid_map_usage_clear(hidinput, usage, &bit, &max, EV_KEY, (c))
74 return (usage->type == EV_KEY && usage->code == keycode); in match_keycode()
97 if (usage->type == EV_KEY || usage->type == 0) { in hidinput_find_key()
138 ke->keycode = usage->type == EV_KEY ? usage->code : KEY_RESERVED; in hidinput_getkeycode()
156 *old_keycode = usage->type == EV_KEY ? usage->code : KEY_RESERVED; in hidinput_setkeycode()
868 set_bit(EV_KEY, input->evbit); in hidinput_configure_usage()
1711 if (usage->type == EV_KEY) { in hidinput_configure_usage()
1813 input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 0x3)); in hidinput_hid_event()
1826 if ((usage->type == EV_KEY) in hidinput_hid_event()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/input/misc/
H A Drk805-pwrkey.c53 input_set_capability(pwr, EV_KEY, KEY_POWER); in rk805_pwrkey_probe()
/device/qemu/riscv32_virt/liteos_m/board/ui/
H A Dinput_dev.cpp73 } else if (pkgs[i]->type == EV_KEY) { in ReportEventPkgCallback()
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_base.c29 hdfInDev->abilitySet.eventType[EV_TYPE_KEY_INDEX] = SET_BIT(EV_KEY); in InputSetCapability()
H A Danalog_headset_gpio.c491 input_set_capability(hs->inDev, EV_KEY, HOOK_KEY_CODE); in CreateAndRegisterInputDevice()
H A Danalog_headset_adc.c466 input_set_capability(hs->inDev, EV_KEY, HOOK_KEY_CODE); in CreateAndRegisterInputDevice()
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtinput.c138 if (ev->type == EV_KEY && ev->code == BTN_LEFT) { in VirtinGrabbed()
210 case EV_KEY: in VirtinFillHidCodeBitmap()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gt911/
H A Dgt911.c291 g_ts_dev->evbit[0] = BIT_MASK(EV_SYN) | BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in tp_devinput_init()
293 set_bit(EV_KEY, g_ts_dev->evbit); in tp_devinput_init()
/device/qemu/drivers/virtio/
H A Dvirtinput.c221 case EV_KEY: in VirtinFillHidCodeBitmap()
/device/soc/rockchip/common/sdk_linux/include/dt-bindings/input/
H A Drk-input.h21 #define EV_KEY 0x01 macro
/device/soc/rockchip/rk3588/kernel/include/dt-bindings/input/
H A Drk-input.h19 #define EV_KEY 0x01 macro
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c2794 if (type != EV_ABS && type != EV_KEY) { in rockchip_dmcfreq_input_event()
2863 .evbit = {BIT_MASK(EV_KEY)},
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c2957 if (type != EV_ABS && type != EV_KEY) in rockchip_dmcfreq_input_event()
3027 .evbit = { BIT_MASK(EV_KEY) },

Completed in 28 milliseconds