in_ep_ctx        1613 drivers/usb/host/xhci-mem.c 	struct xhci_ep_ctx *in_ep_ctx;
in_ep_ctx        1616 drivers/usb/host/xhci-mem.c 	in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index);
in_ep_ctx        1618 drivers/usb/host/xhci-mem.c 	in_ep_ctx->ep_info = out_ep_ctx->ep_info;
in_ep_ctx        1619 drivers/usb/host/xhci-mem.c 	in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2;
in_ep_ctx        1620 drivers/usb/host/xhci-mem.c 	in_ep_ctx->deq = out_ep_ctx->deq;
in_ep_ctx        1621 drivers/usb/host/xhci-mem.c 	in_ep_ctx->tx_info = out_ep_ctx->tx_info;
in_ep_ctx        1623 drivers/usb/host/xhci-mem.c 		in_ep_ctx->reserved[0] = out_ep_ctx->reserved[0];
in_ep_ctx        1624 drivers/usb/host/xhci-mem.c 		in_ep_ctx->reserved[1] = out_ep_ctx->reserved[1];