Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c222 if (xhci_init(sc, self, usedma32)) { in xhci_pci_attach()
H A Dxhci.h527 usb_error_t xhci_init(struct xhci_softc *, device_t, uint8_t);
H A Dxhci.c584 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) in xhci_init() function