Lines Matching refs:eps_in
67 return hsotg->eps_in[ep_index]; in index_to_ep()
2135 if (hsotg->eps_in[i]) in dwc2_hsotg_irq_enumdone()
2199 if (hsotg->eps_in[ep]) in dwc2_hsotg_disconnect()
2200 kill_all_requests(hsotg, hsotg->eps_in[ep], in dwc2_hsotg_disconnect()
2607 hs_ep = hsotg->eps_in[idx]; in dwc2_hsotg_irq()
3197 if (hsotg->eps_in[ep]) in dwc2_hsotg_udc_stop()
3198 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_udc_stop()
3411 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev, sizeof(struct dwc2_hsotg_ep), in dwc2_hsotg_hw_cfg()
3413 if (!hsotg->eps_in[0]) in dwc2_hsotg_hw_cfg()
3416 hsotg->eps_out[0] = hsotg->eps_in[0]; in dwc2_hsotg_hw_cfg()
3423 hsotg->eps_in[i] = devm_kzalloc(hsotg->dev, in dwc2_hsotg_hw_cfg()
3425 if (!hsotg->eps_in[i]) in dwc2_hsotg_hw_cfg()
3651 if (hsotg->eps_in[epnum]) in dwc2_gadget_init()
3652 dwc2_hsotg_initep(hsotg, hsotg->eps_in[epnum], in dwc2_gadget_init()
3700 if (hsotg->eps_in[ep]) in dwc2_hsotg_suspend()
3701 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_suspend()