/device/soc/rockchip/common/vendor/drivers/input/ |
H A D | rockchip_pwm_remotectl.c | 232 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 D | rockchip_pwm_remotectl.c | 243 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 D | hid-input.c | 58 #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 D | rk805-pwrkey.c | 53 input_set_capability(pwr, EV_KEY, KEY_POWER); in rk805_pwrkey_probe()
|
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | input_dev.cpp | 73 } else if (pkgs[i]->type == EV_KEY) {
in ReportEventPkgCallback()
|
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/ |
H A D | analog_headset_base.c | 29 hdfInDev->abilitySet.eventType[EV_TYPE_KEY_INDEX] = SET_BIT(EV_KEY); in InputSetCapability()
|
H A D | analog_headset_gpio.c | 491 input_set_capability(hs->inDev, EV_KEY, HOOK_KEY_CODE); in CreateAndRegisterInputDevice()
|
H A D | analog_headset_adc.c | 466 input_set_capability(hs->inDev, EV_KEY, HOOK_KEY_CODE); in CreateAndRegisterInputDevice()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtinput.c | 138 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 D | gt911.c | 291 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 D | virtinput.c | 221 case EV_KEY: in VirtinFillHidCodeBitmap()
|
/device/soc/rockchip/common/sdk_linux/include/dt-bindings/input/ |
H A D | rk-input.h | 21 #define EV_KEY 0x01 macro
|
/device/soc/rockchip/rk3588/kernel/include/dt-bindings/input/ |
H A D | rk-input.h | 19 #define EV_KEY 0x01 macro
|
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 2794 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 D | rockchip_dmc.c | 2957 if (type != EV_ABS && type != EV_KEY) in rockchip_dmcfreq_input_event() 3027 .evbit = { BIT_MASK(EV_KEY) },
|