Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.c1131 xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb, in xhci_do_command() function
1286 return (xhci_do_command(sc, &trb, 100 /* ms */));
1303 err = xhci_do_command(sc, &trb, 100 /* ms */); in xhci_cmd_enable_slot()
1330 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_disable_slot()
1352 return (xhci_do_command(sc, &trb, 500 /* ms */)); in xhci_cmd_set_address()
1501 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_configure_ep()
1519 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_evaluate_ctx()
1542 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_reset_ep()
1564 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_set_tr_dequeue_ptr()
1587 return (xhci_do_command(sc, &trb, 100 /* ms */)); in xhci_cmd_stop_ep()
[all …]