Home
last modified time | relevance | path

Searched refs:xhci_activate (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/fdt/
Dxhci_fdt.c183 rv = xhci_activate(self, act); in xhci_fdt_activate()
190 rv = xhci_activate(self, act); in xhci_fdt_activate()
193 rv = xhci_activate(self, act); in xhci_fdt_activate()
/openbsd/src/sys/dev/acpi/
Dxhci_acpi.c51 NULL, xhci_activate
/openbsd/src/sys/dev/usb/
Dxhcivar.h134 int xhci_activate(struct device *, int);
Dxhci.c546 xhci_activate(struct device *self, int act) in xhci_activate() function
/openbsd/src/sys/dev/pci/
Dxhci_pci.c248 return (xhci_activate(self, act)); in xhci_pci_activate()