Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dukbd.c353 static uint32_t ukbd_atkeycode(int, const uint64_t *);
1586 keycode = ukbd_atkeycode(usbcode, sc->sc_ndata.bitmap); in ukbd_read()
1656 keycode = ukbd_atkeycode(usbcode, sc->sc_ndata.bitmap); in ukbd_read_char_locked()
2076 ukbd_atkeycode(int usbcode, const uint64_t *bitmap) in ukbd_atkeycode() function