Home
last modified time | relevance | path

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

/src/sys/dev/hid/
H A Dhkbd.c305 static int hkbd_key2scan(struct hkbd_softc *, int, const bitstr_t *, int);
1293 return (hkbd_key2scan(sc, keycode, sc->sc_ndata, in hkbd_read()
1365 return (hkbd_key2scan(sc, keycode, sc->sc_ndata, in hkbd_read_char_locked()
1883 hkbd_key2scan(struct hkbd_softc *sc, int code, const bitstr_t *bitmap, int up) in hkbd_key2scan() function