Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhcivar.h133 int xhci_detach(struct device *, int);
Dxhci.c498 xhci_detach(struct device *self, int flags) in xhci_detach() function
/openbsd/src/sys/dev/pci/
Dxhci_pci.c220 rv = xhci_detach(self, flags); in xhci_pci_detach()