xhci.c | 174 static usbd_status xhci_do_command_locked(struct xhci_softc * const, 1964 if (xhci_do_command_locked(sc, &trb, USBD_DEFAULT_TIMEOUT)) { 1994 err = xhci_do_command_locked(sc, &trb, USBD_DEFAULT_TIMEOUT); 2046 if (xhci_do_command_locked(sc, &trb, USBD_DEFAULT_TIMEOUT)) { 2211 (void)xhci_do_command_locked(sc, &trb, USBD_DEFAULT_TIMEOUT); 3281 xhci_do_command_locked(struct xhci_softc * const sc, function in typeref:typename:usbd_status 3362 usbd_status ret = xhci_do_command_locked(sc, trb, timeout); 3413 err = xhci_do_command_locked(sc, &trb, USBD_DEFAULT_TIMEOUT);
|