Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dgeneric_ehci.c146 * only call ehci_detach() after ehci_init() in generic_ehci_detach()
148 ehci_detach(sc); in generic_ehci_detach()
H A Dehci_msm.c183 /* only call ehci_detach() after ehci_init() */ in ehci_msm_detach()
184 ehci_detach(sc); in ehci_msm_detach()
H A Dehci_mv.c296 * only call ehci_detach() after ehci_init() in mv_ehci_detach()
298 ehci_detach(sc); in mv_ehci_detach()
H A Dehci_fsl.c381 * only call ehci_detach() after ehci_init() in fsl_ehci_detach()
384 ehci_detach(sc); in fsl_ehci_detach()
H A Dehci_imx.c321 ehci_detach(esc); in imx_ehci_detach()
H A Dehci_pci.c516 * only call ehci_detach() after ehci_init() in ehci_pci_detach()
518 ehci_detach(sc); in ehci_pci_detach()
H A Dehci.h448 void ehci_detach(struct ehci_softc *sc);
H A Dehci.c552 ehci_detach(ehci_softc_t *sc) in ehci_detach() function