Searched refs:xhci_start (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci.h213 zx_status_t xhci_start(xhci_t* xhci);
H A Dusb-xhci.c281 // xhci_start will block, so do this part here instead of in usb_xhci_bind
282 status = xhci_start(xhci);
H A Dxhci.c406 zx_status_t xhci_start(xhci_t* xhci) { function
459 zxlogf(ERROR, "xhci_start: xdc_bind failed %d\n", status);

Completed in 59 milliseconds