Lines Matching refs:eps_in
73 return hsotg->eps_in[ep_index]; in index_to_ep()
2114 if (hsotg->eps_in[i]) in s3c_hsotg_irq_enumdone()
2178 if (hsotg->eps_in[ep]) in s3c_hsotg_disconnect()
2179 kill_all_requests(hsotg, hsotg->eps_in[ep], in s3c_hsotg_disconnect()
3108 if (hsotg->eps_in[ep]) in s3c_hsotg_udc_stop()
3109 s3c_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in s3c_hsotg_udc_stop()
3303 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev, sizeof(struct s3c_hsotg_ep), in s3c_hsotg_hw_cfg()
3305 if (!hsotg->eps_in[0]) in s3c_hsotg_hw_cfg()
3308 hsotg->eps_out[0] = hsotg->eps_in[0]; in s3c_hsotg_hw_cfg()
3315 hsotg->eps_in[i] = devm_kzalloc(hsotg->dev, in s3c_hsotg_hw_cfg()
3317 if (!hsotg->eps_in[i]) in s3c_hsotg_hw_cfg()
3757 ep = hsotg->eps_in[epidx]; in s3c_hsotg_create_debug()
3780 if (hsotg->eps_in[epidx]) in s3c_hsotg_delete_debug()
3781 debugfs_remove(hsotg->eps_in[epidx]->debugfs); in s3c_hsotg_delete_debug()
4009 if (hsotg->eps_in[epnum]) in dwc2_gadget_init()
4010 s3c_hsotg_initep(hsotg, hsotg->eps_in[epnum], in dwc2_gadget_init()
4083 if (hsotg->eps_in[ep]) in s3c_hsotg_suspend()
4084 s3c_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in s3c_hsotg_suspend()