Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dxhcivar.h99 kmutex_t sc_rhlock; member
H A Dehcivar.h165 kmutex_t sc_rhlock; member
H A Dehci.c420 mutex_init(&sc->sc_rhlock, MUTEX_DEFAULT, IPL_NONE); in ehci_init()
712 mutex_destroy(&sc->sc_rhlock); in ehci_init()
1421 mutex_destroy(&sc->sc_rhlock); in ehci_detach()
1462 mutex_enter(&sc->sc_rhlock); in ehci_suspend()
1498 mutex_exit(&sc->sc_rhlock); in ehci_suspend()
1512 mutex_enter(&sc->sc_rhlock); in ehci_resume()
1559 mutex_exit(&sc->sc_rhlock); in ehci_resume()
2405 KASSERT(mutex_owned(&sc->sc_rhlock)); in ehci_roothub_ctrl_locked()
2687 mutex_enter(&sc->sc_rhlock); in ehci_roothub_ctrl()
2689 mutex_exit(&sc->sc_rhlock); in ehci_roothub_ctrl()
H A Dxhci.c662 mutex_destroy(&sc->sc_rhlock); in xhci_detach()
712 mutex_enter(&sc->sc_rhlock); in xhci_suspend()
895 out: mutex_exit(&sc->sc_rhlock); in xhci_suspend()
939 mutex_enter(&sc->sc_rhlock); in xhci_resume()
1131 mutex_exit(&sc->sc_rhlock); in xhci_resume()
1640 mutex_init(&sc->sc_rhlock, MUTEX_DEFAULT, IPL_NONE); in xhci_init()
4050 KASSERT(mutex_owned(&sc->sc_rhlock)); in xhci_roothub_ctrl_locked()
4311 mutex_enter(&sc->sc_rhlock); in xhci_roothub_ctrl()
4313 mutex_exit(&sc->sc_rhlock); in xhci_roothub_ctrl()
/netbsd/sys/dev/pci/
H A Dehci_pci.c329 mutex_destroy(&sc->sc.sc_rhlock); in ehci_pci_detach()