Lines Matching defs:out_ctx
939 if (dev->out_ctx)
940 xhci_free_container_ctx(xhci, dev->out_ctx);
1009 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);
1010 if (!dev->out_ctx)
1014 (unsigned long long)dev->out_ctx->dma);
1041 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma);
1056 if (dev->out_ctx)
1057 xhci_free_container_ctx(xhci, dev->out_ctx);
1631 struct xhci_container_ctx *out_ctx,
1637 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index);
1657 struct xhci_container_ctx *out_ctx)
1663 out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx);