Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhcivar.h164 int uhci_detach(struct device *, int);
Duhci.c562 uhci_detach(struct device *self, int flags) in uhci_detach() function
/openbsd/src/sys/dev/cardbus/
Duhci_cardbus.c179 rv = uhci_detach(self, flags); in uhci_cardbus_detach()
/openbsd/src/sys/dev/pci/
Duhci_pci.c233 rv = uhci_detach(self, flags); in uhci_pci_detach()