Searched refs:hkbd_atkeycode (Results 1 – 1 of 1) sorted by relevance
304 static uint32_t hkbd_atkeycode(int, const bitstr_t *);1289 keycode = hkbd_atkeycode(usbcode, sc->sc_ndata); in hkbd_read()1359 keycode = hkbd_atkeycode(usbcode, sc->sc_ndata); in hkbd_read_char_locked()1856 hkbd_atkeycode(int usbcode, const bitstr_t *bitmap) in hkbd_atkeycode() function