Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dukbd.c180 usb_callout_t sc_rawrepeat_ch; member
341 usb_callout_init(sc->sc_rawrepeat_ch); in USB_ATTACH()
615 usb_uncallout(sc->sc_rawrepeat_ch, ukbd_rawrepeat, sc); in ukbd_decode()
618 usb_callout(sc->sc_rawrepeat_ch, in ukbd_decode()
671 usb_callout(sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000, in ukbd_rawrepeat()
695 usb_uncallout(sc->sc_rawrepeat_ch, ukbd_rawrepeat, sc); in ukbd_ioctl()