Home
last modified time | relevance | path

Searched refs:EV_KEY (Results 201 – 225 of 409) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/input/joystick/
H A Dspaceorb.c166 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in spaceorb_connect()
/openbmc/linux/arch/arm/mach-orion5x/
H A Dnet2big-setup.c315 .type = EV_KEY,
/openbmc/linux/drivers/input/misc/
H A Dpcf8574_keypad.c108 idev->evbit[0] = BIT_MASK(EV_KEY); in pcf8574_kp_probe()
H A Dpalmas-pwrbutton.c182 input_set_capability(input_dev, EV_KEY, KEY_POWER); in palmas_pwron_probe()
H A Datmel_captouch.c203 __set_bit(EV_KEY, capdev->input->evbit); in atmel_captouch_probe()
H A Dmc13783-pwrbutton.c196 __set_bit(EV_KEY, pwr->evbit); in mc13783_pwrbutton_probe()
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c1320 input_set_capability(touchpad_input_dev, EV_KEY, BTN_LEFT); in applespi_register_touchpad_device()
1719 BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | BIT_MASK(EV_REP); in applespi_probe()
1728 EV_KEY, applespi_scancodes[i]); in applespi_probe()
1733 EV_KEY, applespi_controlcodes[i]); in applespi_probe()
1738 EV_KEY, applespi_fn_codes[i].to); in applespi_probe()
1740 input_set_capability(applespi->keyboard_input_dev, EV_KEY, KEY_FN); in applespi_probe()
H A Dgoldfish_events.c151 events_import_bits(edev, input_dev->keybit, EV_KEY, KEY_MAX); in events_probe()
H A Djornada680_kbd.c201 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP); in jornada680kbd_probe()
H A Dqt1070.c173 __set_bit(EV_KEY, input->evbit); in qt1070_probe()
H A Dmax7359_keypad.c203 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP); in max7359_probe()
H A Dcypress-sf.c149 EV_KEY, touchkey->keycodes[key]); in cypress_sf_probe()
H A Dhil_kbd.c332 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP); in hil_dev_keyboard_setup()
407 input_dev->evbit[0] |= BIT_MASK(EV_KEY); in hil_dev_pointer_setup()
/openbmc/linux/drivers/acpi/
H A Dbutton.c581 input_set_capability(input, EV_KEY, KEY_POWER); in acpi_button_add()
585 input_set_capability(input, EV_KEY, KEY_SLEEP); in acpi_button_add()
/openbmc/linux/drivers/input/tablet/
H A Dkbtab.c153 input_dev->evbit[0] |= BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in kbtab_probe()
/openbmc/linux/drivers/platform/x86/
H A Dasus-wireless.c145 set_bit(EV_KEY, data->idev->evbit); in asus_wireless_add()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dgpio-keys.yaml43 default: 1 # EV_KEY
/openbmc/linux/drivers/input/touchscreen/
H A Dcy8ctmg110_ts.c199 input_set_capability(input_dev, EV_KEY, BTN_TOUCH); in cy8ctmg110_probe()
H A Dpcap_ts.c171 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pcap_ts_probe()
H A Dmc13783_ts.c193 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in mc13783_ts_probe()
/openbmc/linux/drivers/hid/
H A Dhid-apple.c391 if (type == EV_KEY && in input_event_with_scancode()
679 hid_map_usage_clear(hi, usage, bit, max, EV_KEY, KEY_FN); in apple_input_mapping()
699 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped()
701 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
H A Dhid-nintendo.c1747 input_set_capability(ctlr->input, EV_KEY, in joycon_input_create()
1753 input_set_capability(ctlr->input, EV_KEY, in joycon_input_create()
1773 input_set_capability(ctlr->input, EV_KEY, in joycon_input_create()
1779 input_set_capability(ctlr->input, EV_KEY, BTN_TR); in joycon_input_create()
1780 input_set_capability(ctlr->input, EV_KEY, BTN_TR2); in joycon_input_create()
1782 input_set_capability(ctlr->input, EV_KEY, BTN_TL); in joycon_input_create()
1783 input_set_capability(ctlr->input, EV_KEY, BTN_TL2); in joycon_input_create()
H A Dhid-multitouch.c814 EV_KEY, BTN_TOUCH); in mt_touch_input_mapping()
895 hid_map_usage(hi, usage, bit, max, EV_KEY, code); in mt_touch_input_mapping()
898 input_set_capability(hi->input, EV_KEY, code); in mt_touch_input_mapping()
960 input_event(input, EV_KEY, BTN_LEFT, app->left_button_state); in mt_sync_frame()
1186 if (usage->type == EV_KEY && usage->code == BTN_LEFT) { in mt_process_mt_event()
1341 max, EV_KEY, (c))
H A Dhid-appleir.c264 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP); in appleir_input_configured()
/openbmc/linux/drivers/hid/usbhid/
H A Dusbmouse.c167 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in usb_mouse_probe()

12345678910>>...17