Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c302 static uint32_t hkbd_atkeycode(int, const bitstr_t *);
1287 keycode = hkbd_atkeycode(usbcode, sc->sc_ndata); in hkbd_read()
1357 keycode = hkbd_atkeycode(usbcode, sc->sc_ndata); in hkbd_read_char_locked()
1847 hkbd_atkeycode(int usbcode, const bitstr_t *bitmap) in hkbd_atkeycode() function