Home
last modified time | relevance | path

Searched refs:xhci_detach (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/usb/
Dxhcivar.h172 int xhci_detach(struct xhci_softc *, int);
Dxhci.c633 xhci_detach(struct xhci_softc *sc, int flags) in xhci_detach() function
/netbsd/src/sys/dev/pci/
Dxhci_pci.c325 rv = xhci_detach(sc, flags); in xhci_pci_detach()