Home
last modified time | relevance | path

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

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