Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c673 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() local
676 out_ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_endpoint_copy()
679 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
680 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
681 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()
682 in_ep_ctx->tx_info = out_ep_ctx->tx_info; in xhci_endpoint_copy()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1585 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() local
1588 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy()
1591 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
1592 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
1593 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()
1594 in_ep_ctx->tx_info = out_ep_ctx->tx_info; in xhci_endpoint_copy()
1596 in_ep_ctx->reserved[0] = out_ep_ctx->reserved[0]; in xhci_endpoint_copy()
1597 in_ep_ctx->reserved[1] = out_ep_ctx->reserved[1]; in xhci_endpoint_copy()