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

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c384 hkbd_put_key(struct hkbd_softc *sc, uint32_t key) function
503 hkbd_put_key(sc, key | KEY_PRESS);
520 hkbd_put_key(sc, key | KEY_RELEASE);
526 hkbd_put_key(sc, key | KEY_PRESS);
543 hkbd_put_key(sc, key | KEY_RELEASE);
556 hkbd_put_key(sc, sc->sc_repeat_key | KEY_PRESS);

Completed in 72 milliseconds