Searched refs:xhci_do_command (Results 1 - 1 of 1) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | xhci.c | 1124 xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb, in xhci_do_command() function 1280 err = xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */); in xhci_cmd_enable_slot() 1307 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_disable_slot() 1329 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_set_address() 1478 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_configure_ep() 1496 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_evaluate_ctx() 1519 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_reset_ep() 1541 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_set_tr_dequeue_ptr() 1564 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_stop_ep() 1582 return (xhci_do_command(s in xhci_cmd_reset_dev() [all...] |
Completed in 3 milliseconds