Home
last modified time | relevance | path

Searched refs:hkbd_put_key (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhkbd.c379 hkbd_put_key(struct hkbd_softc *sc, uint32_t key) in hkbd_put_key() function
500 hkbd_put_key(sc, key | KEY_RELEASE); in hkbd_interrupt()
508 hkbd_put_key(sc, key | KEY_RELEASE); in hkbd_interrupt()
511 hkbd_put_key(sc, key | KEY_PRESS); in hkbd_interrupt()
515 hkbd_put_key(sc, key | KEY_PRESS); in hkbd_interrupt()
536 hkbd_put_key(sc, sc->sc_repeat_key | KEY_PRESS); in hkbd_interrupt()