Lines Matching defs:ep_context
464 struct tegra_xudc_ep_context *ep_context;
2404 ep_ctx = &xudc->ep_context[ep];
3146 ep->context = &xudc->ep_context[index];
3210 xudc->ep_context =
3212 sizeof(*xudc->ep_context),
3214 if (!xudc->ep_context)
3247 dma_free_coherent(xudc->dev, XUDC_NR_EPS * sizeof(*xudc->ep_context),
3248 xudc->ep_context, xudc->ep_context_phys);
3268 dma_free_coherent(xudc->dev, XUDC_NR_EPS * sizeof(*xudc->ep_context),
3269 xudc->ep_context, xudc->ep_context_phys);