Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c670 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() local
673 out_ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_endpoint_copy()
676 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
677 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
678 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()
679 in_ep_ctx->tx_info = out_ep_ctx->tx_info; in xhci_endpoint_copy()