Home
last modified time | relevance | path

Searched refs:EV_KEY (Results 76 – 100 of 409) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/hid/
H A Dhid-udraw-ps3.c311 input_dev->evbit[0] = BIT(EV_ABS) | BIT(EV_KEY); in udraw_setup_touch()
338 input_dev->evbit[0] = BIT(EV_ABS) | BIT(EV_KEY); in udraw_setup_pen()
389 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in udraw_setup_joypad()
H A Dhid-topseed.c25 EV_KEY, (c))
H A Dhid-twinhan.c60 EV_KEY, (c))
H A Dhid-lg-g15.c739 input_set_capability(input, EV_KEY, KEY_KBD_LCD_MENU1 + i); in lg_g15_init_input_dev()
885 input_set_capability(input, EV_KEY, KEY_MACRO1 + i); in lg_g15_probe()
889 input_set_capability(input, EV_KEY, KEY_MACRO_PRESET1 + i); in lg_g15_probe()
890 input_set_capability(input, EV_KEY, KEY_MACRO_RECORD_START); in lg_g15_probe()
898 input_set_capability(input, EV_KEY, KEY_MUTE); in lg_g15_probe()
900 input_set_capability(input, EV_KEY, KEY_F20); in lg_g15_probe()
H A Dhid-petalynx.c36 EV_KEY, (c))
H A Dhid-razer.c19 #define map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, EV_KEY, (c))
H A Dhid-gyration.c23 EV_KEY, (c))
/openbmc/linux/drivers/input/
H A Djoydev.c121 case EV_KEY: in joydev_event()
782 .evbit = { BIT_MASK(EV_KEY) },
789 .evbit = { BIT_MASK(EV_KEY) },
856 __set_bit(EV_KEY, jd_scratch); in joydev_dev_is_absolute_mouse()
1056 .evbit = { BIT_MASK(EV_KEY) },
1062 .evbit = { BIT_MASK(EV_KEY) },
1068 .evbit = { BIT_MASK(EV_KEY) },
H A Dmousedev.c370 case EV_KEY: in mousedev_event()
1007 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) },
1015 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) },
1022 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS) },
1031 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS) },
1042 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS) },
/openbmc/linux/drivers/input/misc/
H A Drave-sp-pwrbutton.c58 input_set_capability(idev, EV_KEY, KEY_POWER); in rave_sp_pwrbutton_probe()
H A Dtwl4030-pwrbutton.c68 input_set_capability(pwr, EV_KEY, KEY_POWER); in twl4030_pwrbutton_probe()
H A Drk805-pwrkey.c53 input_set_capability(pwr, EV_KEY, KEY_POWER); in rk805_pwrkey_probe()
H A Dpcf50633-input.c73 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_PWR); in pcf50633_input_probe()
H A Drt5120-pwrkey.c74 input_set_capability(priv->input, EV_KEY, KEY_POWER); in rt5120_pwrkey_probe()
/openbmc/linux/drivers/input/mouse/
H A Dtouchkit_ps2.c74 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in touchkit_ps2_detect()
H A Datarimouse.c130 atamouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in atamouse_init()
H A Drpcmouse.c78 rpcmouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in rpcmouse_init()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcbe_powerbutton.c52 set_bit(EV_KEY, dev->evbit); in cbe_powerbutton_init()
/openbmc/linux/drivers/input/keyboard/
H A Dtca6416-keypad.c108 unsigned int type = button->type ?: EV_KEY; in tca6416_keys_scan()
240 type = (pdata->buttons[i].type) ?: EV_KEY; in tca6416_keypad_probe()
/openbmc/linux/drivers/platform/x86/
H A Dxiaomi-wmi.c45 set_bit(EV_KEY, data->input_dev->evbit); in xiaomi_wmi_probe()
H A Dwireless-hotkey.c49 button->input_dev->evbit[0] = BIT(EV_KEY); in wireless_input_setup()
/openbmc/linux/arch/x86/platform/geode/
H A Dnet5501.c36 .type = EV_KEY,
/openbmc/linux/drivers/platform/x86/intel/
H A Dchtdc_ti_pwrbtn.c52 input_set_capability(input, EV_KEY, KEY_POWER); in chtdc_ti_pwrbtn_probe()
/openbmc/phosphor-fan-presence/cooling-type/
H A Dcooling_type.cpp68 auto fetch_rc = libevdev_fetch_event_value(gpioDev.get(), EV_KEY, keycode, in readGpio()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3737-0000+p3701-0000.dts323 linux,input-type = <EV_KEY>;
330 linux,input-type = <EV_KEY>;
339 linux,input-type = <EV_KEY>;

12345678910>>...17