Searched refs:ehci_detach (Results 1 – 8 of 8) sorted by relevance
146 * only call ehci_detach() after ehci_init() in generic_ehci_detach() 148 ehci_detach(sc); in generic_ehci_detach()
183 /* only call ehci_detach() after ehci_init() */ in ehci_msm_detach() 184 ehci_detach(sc); in ehci_msm_detach()
296 * only call ehci_detach() after ehci_init() in mv_ehci_detach() 298 ehci_detach(sc); in mv_ehci_detach()
381 * only call ehci_detach() after ehci_init() in fsl_ehci_detach() 384 ehci_detach(sc); in fsl_ehci_detach()
321 ehci_detach(esc); in imx_ehci_detach()
516 * only call ehci_detach() after ehci_init() in ehci_pci_detach() 518 ehci_detach(sc); in ehci_pci_detach()
448 void ehci_detach(struct ehci_softc *sc);
552 ehci_detach(ehci_softc_t *sc) in ehci_detach() function