Searched refs:xhci_wait_for_event (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-ring.c | 435 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 D | xhci.c | 463 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 D | xhci.h | 1257 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
|