Lines Matching refs:eps_in
66 return hsotg->eps_in[ep_index];
3255 if (hsotg->eps_in[i])
3323 if (hsotg->eps_in[ep])
3324 kill_all_requests(hsotg, hsotg->eps_in[ep],
3398 if (hsotg->eps_in[ep])
3399 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep);
3625 hs_ep = hsotg->eps_in[idx];
4571 if (hsotg->eps_in[ep])
4572 dwc2_hsotg_ep_disable_lock(&hsotg->eps_in[ep]->ep);
4820 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev,
4823 if (!hsotg->eps_in[0])
4826 hsotg->eps_out[0] = hsotg->eps_in[0];
4833 hsotg->eps_in[i] = devm_kzalloc(hsotg->dev,
4835 if (!hsotg->eps_in[i])
4989 if (hsotg->eps_in[epnum])
4990 dwc2_hsotg_initep(hsotg, hsotg->eps_in[epnum],
5036 if (hsotg->eps_in[ep])
5037 dwc2_hsotg_ep_disable_lock(&hsotg->eps_in[ep]->ep);
5168 dr->diepdma[i] = hsotg->eps_in[i]->desc_list_dma;