HomeSort by: relevance | last modified time | path
    Searched defs:xhci_do_command_locked (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
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);

Completed in 13 milliseconds