Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mem.c1634 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() local
1637 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy()
1640 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
1641 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
1642 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()
1643 in_ep_ctx->tx_info = out_ep_ctx->tx_info; in xhci_endpoint_copy()
1645 in_ep_ctx->reserved[0] = out_ep_ctx->reserved[0]; in xhci_endpoint_copy()
1646 in_ep_ctx->reserved[1] = out_ep_ctx->reserved[1]; in xhci_endpoint_copy()