Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.c1202 xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb, in xhci_do_command() function
1356 return (xhci_do_command(sc, &trb, 100 /* ms */));
1373 err = xhci_do_command(sc, &trb, 100 /* ms */); in xhci_cmd_enable_slot()
1400 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_disable_slot()
1422 return (xhci_do_command(sc, &trb, 500 /* ms */)); in xhci_cmd_set_address()
1575 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_configure_ep()
1593 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_evaluate_ctx()
1616 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_reset_ep()
1638 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_set_tr_dequeue_ptr()
1661 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_stop_ep()
[all …]