Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci_pci.c121 if (xhci_init(sc, self, usedma32)) { in xhci_pci_attach()
Dxhci.h543 usb_error_t xhci_init(struct xhci_softc *, device_t, uint8_t);
Dxhci.c522 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) in xhci_init() function