Lines Matching refs:eps_in
65 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];
4596 if (hsotg->eps_in[ep])
4597 dwc2_hsotg_ep_disable_lock(&hsotg->eps_in[ep]->ep);
4872 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev,
4875 if (!hsotg->eps_in[0])
4878 hsotg->eps_out[0] = hsotg->eps_in[0];
4885 hsotg->eps_in[i] = devm_kzalloc(hsotg->dev,
4887 if (!hsotg->eps_in[i])
5053 if (hsotg->eps_in[epnum])
5054 dwc2_hsotg_initep(hsotg, hsotg->eps_in[epnum],
5100 if (hsotg->eps_in[ep])
5101 dwc2_hsotg_ep_disable_lock(&hsotg->eps_in[ep]->ep);
5232 dr->diepdma[i] = hsotg->eps_in[i]->desc_list_dma;