Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dxhcivar.h137 kcondvar_t sc_command_cv; member
H A Dxhci.c639 cv_destroy(&sc->sc_command_cv); in xhci_detach()
1638 cv_init(&sc->sc_command_cv, "xhcicmd"); in xhci_init()
2589 cv_signal(&sc->sc_command_cv); in xhci_event_cmd()
3269 if (cv_timedwait(&sc->sc_command_cv, &sc->sc_lock, in xhci_do_command_locked()