Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c435 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event() function
490 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in reset_ep()
500 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in reset_ep()
527 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in abort_td()
538 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in abort_td()
549 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in abort_td()
757 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in xhci_bulk_tx()
954 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in xhci_ctrl_tx()
976 event = xhci_wait_for_event(ctrl, TRB_TRANSFER); in xhci_ctrl_tx()
H A Dxhci.c463 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in xhci_configure_endpoints()
652 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in xhci_address_device()
730 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in _xhci_alloc_device()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1257 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);