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.c369 static uint32_t ukbd_atkeycode(int, const uint64_t *);
1702 keycode = ukbd_atkeycode(usbcode, sc->sc_ndata.bitmap); in ukbd_read()
1772 keycode = ukbd_atkeycode(usbcode, sc->sc_ndata.bitmap); in ukbd_read_char_locked()
2192 ukbd_atkeycode(int usbcode, const uint64_t *bitmap) in ukbd_atkeycode() function