Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dehcivar.h154 int ehci_detach(ehci_softc_t *, int);
Dehci.c910 ehci_detach(struct ehci_softc *sc, int flags) in ehci_detach() function
/mirbsd/src/sys/dev/cardbus/
Dehci_cardbus.c229 rv = ehci_detach(&sc->sc, flags); in ehci_cardbus_detach()
/mirbsd/src/sys/dev/pci/
Dehci_pci.c216 rv = ehci_detach(&sc->sc, flags); in ehci_pci_detach()