cdnsp_get_ep_ctx
pep->in_ctx = cdnsp_get_ep_ctx(&pdev->in_ctx, pep->idx);
pep->out_ctx = cdnsp_get_ep_ctx(&pdev->out_ctx, pep->idx);
ep_ctx = cdnsp_get_ep_ctx(&pdev->in_ctx, i);
struct cdnsp_ep_ctx *cdnsp_get_ep_ctx(struct cdnsp_container_ctx *ctx,
ep0_ctx = cdnsp_get_ep_ctx(&pdev->in_ctx, 0);