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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c1167 xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb, function
1321 return (xhci_do_command(sc, &trb, 100 /* ms */));
1338 err = xhci_do_command(sc, &trb, 100 /* ms */);
1365 return (xhci_do_command(sc, &trb, 100 /* ms */));
1387 return (xhci_do_command(sc, &trb, 500 /* ms */));
1536 return (xhci_do_command(sc, &trb, 100 /* ms */));
1554 return (xhci_do_command(sc, &trb, 100 /* ms */));
1577 return (xhci_do_command(sc, &trb, 100 /* ms */));
1599 return (xhci_do_command(sc, &trb, 100 /* ms */));
1622 return (xhci_do_command(s
[all...]

Completed in 56 milliseconds