Searched refs:xhci_wait_for_event (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci-ring.c | 434 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event() function 493 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in abort_td() 501 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in abort_td() 509 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in abort_td() 714 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in xhci_bulk_tx() 911 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in xhci_ctrl_tx() 929 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in xhci_ctrl_tx()
|
D | xhci.c | 462 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in xhci_configure_endpoints() 648 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in xhci_address_device() 723 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in _xhci_alloc_device()
|
D | xhci.h | 1255 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
|