Lines Matching defs:ep_context
463 struct tegra_xudc_ep_context *ep_context;
2415 ep_ctx = &xudc->ep_context[ep];
3157 ep->context = &xudc->ep_context[index];
3221 xudc->ep_context =
3223 sizeof(*xudc->ep_context),
3225 if (!xudc->ep_context)
3258 dma_free_coherent(xudc->dev, XUDC_NR_EPS * sizeof(*xudc->ep_context),
3259 xudc->ep_context, xudc->ep_context_phys);
3279 dma_free_coherent(xudc->dev, XUDC_NR_EPS * sizeof(*xudc->ep_context),
3280 xudc->ep_context, xudc->ep_context_phys);