Home
last modified time | relevance | path

Searched refs:EV_KEY (Results 251 – 275 of 409) sorted by relevance

1...<<11121314151617

/openbmc/linux/drivers/input/joystick/
H A Dinteract.c250 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in interact_connect()
H A Das5011.c258 input_set_capability(input_dev, EV_KEY, BTN_JOYSTICK); in as5011_probe()
H A Dturbografx.c219 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in tgfx_attach()
H A Dwalkera0701.c257 w->input_dev->evbit[0] = BIT(EV_ABS) | BIT_MASK(EV_KEY); in walkera0701_attach()
/openbmc/linux/drivers/input/touchscreen/
H A Dpenmount.c222 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pm_connect()
H A Dcolibri-vf50-ts.c314 input_set_capability(input, EV_KEY, BTN_TOUCH); in vf50_ts_probe()
H A Dda9034-ts.c341 __set_bit(EV_KEY, input_dev->evbit); in da9034_touch_probe()
H A Dda9052_tsi.c256 __set_bit(EV_KEY, input_dev->evbit); in da9052_ts_probe()
H A Dlpc32xx_ts.c242 input_set_capability(input, EV_KEY, BTN_TOUCH); in lpc32xx_ts_probe()
H A Dstmfts.c677 input_set_capability(sdata->input, EV_KEY, KEY_MENU); in stmfts_probe()
678 input_set_capability(sdata->input, EV_KEY, KEY_BACK); in stmfts_probe()
H A Dstmpe-ts.c337 input_set_capability(idev, EV_KEY, BTN_TOUCH); in stmpe_input_probe()
H A Dbu21029_ts.c384 input_set_capability(in_dev, EV_KEY, BTN_TOUCH); in bu21029_probe()
H A D88pm860x-ts.c275 __set_bit(EV_KEY, touch->idev->evbit); in pm860x_touch_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch42 case EV_KEY:
/openbmc/linux/drivers/input/keyboard/
H A Dhilkbd.c251 hil_dev.dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP); in hil_keyb_init()
H A Dsunkbd.c304 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_LED) | in sunkbd_connect()
H A Dlocomokbd.c269 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP) | in locomokbd_probe()
H A Dmaple_keyb.c173 idev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP); in probe_maple_kbd()
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c152 virtio_input_bits_config(vih, EV_KEY, KEY_CNT); in virtio_input_host_realize()
/openbmc/linux/drivers/usb/storage/
H A Donetouch.c226 set_bit(EV_KEY, input_dev->evbit); in onetouch_connect_input()
/openbmc/linux/drivers/hid/
H A Dhid-wiimote-modules.c94 set_bit(EV_KEY, wdata->input->evbit); in wiimod_keys_probe()
947 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_nunchuk_probe()
1241 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_classic_probe()
1519 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_bboard_probe()
1907 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_pro_probe()
2127 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_drums_probe()
2357 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_guitar_probe()
2576 set_bit(EV_KEY, wdata->extension.input->evbit); in wiimod_turntable_probe()
H A Dhid-asus.c777 input_set_capability(input, EV_KEY, KEY_F21); in asus_input_configured()
830 max, EV_KEY, (c))
953 input_set_capability(hi->input, EV_KEY, KEY_MUTE); in asus_input_mapping()
H A Dhid-prodikeys.c394 input_event(pm->input_ep82, EV_KEY, in pcmidi_handle_report4()
485 input_event(pm->input_ep82, EV_KEY, key, 1); in pcmidi_handle_report4()
/openbmc/linux/Documentation/input/
H A Devent-codes.rst39 * EV_KEY:
120 EV_KEY section in Event codes
123 EV_KEY events take the form KEY_<name> or BTN_<name>. For example, KEY_A is used
130 A few EV_KEY codes have special meanings:
/openbmc/linux/drivers/input/misc/
H A Diqs626a.c526 val = EV_KEY; in iqs626_parse_events()
529 if (val != EV_KEY && val != EV_SW) { in iqs626_parse_events()
1469 input_set_capability(iqs626->trackpad, EV_KEY, BTN_TOUCH); in iqs626_input_init()
1484 input_set_capability(iqs626->trackpad, EV_KEY, in iqs626_input_init()

1...<<11121314151617