Lines Matching refs:eps_out
75 return hsotg->eps_out[ep_index]; in index_to_ep()
973 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_process_req_status()
1044 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_process_req_feature()
1160 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_stall_ep0()
1200 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_process_control()
1316 hsotg->eps_out[0]->dir_in = 0; in s3c_hsotg_enqueue_setup()
1317 hsotg->eps_out[0]->send_zlp = 0; in s3c_hsotg_enqueue_setup()
1320 ret = s3c_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in s3c_hsotg_enqueue_setup()
1438 struct s3c_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in s3c_hsotg_rx_data()
1504 hsotg->eps_out[0]->dir_in = dir_in; in s3c_hsotg_ep0_zlp()
1507 s3c_hsotg_program_zlp(hsotg, hsotg->eps_out[0]); in s3c_hsotg_ep0_zlp()
1522 struct s3c_hsotg_ep *hs_ep = hsotg->eps_out[epnum]; in s3c_hsotg_handle_outdone()
2116 if (hsotg->eps_out[i]) in s3c_hsotg_irq_enumdone()
2181 if (hsotg->eps_out[ep]) in s3c_hsotg_disconnect()
2182 kill_all_requests(hsotg, hsotg->eps_out[ep], in s3c_hsotg_disconnect()
2388 writel(s3c_hsotg_ep0_mps(hsotg->eps_out[0]->ep.maxpacket) | in s3c_hsotg_core_init_disconnected()
2394 writel(s3c_hsotg_ep0_mps(hsotg->eps_out[0]->ep.maxpacket) | in s3c_hsotg_core_init_disconnected()
2497 kill_all_requests(hsotg, hsotg->eps_out[0], in s3c_hsotg_irq()
2760 if (ep == &hsotg->eps_out[0]->ep) { in s3c_hsotg_ep_disable_force()
3110 if (hsotg->eps_out[ep]) in s3c_hsotg_udc_stop()
3111 s3c_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in s3c_hsotg_udc_stop()
3191 kill_all_requests(hsotg, hsotg->eps_out[0], -ECONNRESET); in s3c_hsotg_vbus_session()
3308 hsotg->eps_out[0] = hsotg->eps_in[0]; in s3c_hsotg_hw_cfg()
3322 hsotg->eps_out[i] = devm_kzalloc(hsotg->dev, in s3c_hsotg_hw_cfg()
3324 if (!hsotg->eps_out[i]) in s3c_hsotg_hw_cfg()
3743 ep = hsotg->eps_out[epidx]; in s3c_hsotg_create_debug()
3782 if (hsotg->eps_out[epidx]) in s3c_hsotg_delete_debug()
3783 debugfs_remove(hsotg->eps_out[epidx]->debugfs); in s3c_hsotg_delete_debug()
3995 hsotg->gadget.ep0 = &hsotg->eps_out[0]->ep; in dwc2_gadget_init()
3999 hsotg->ctrl_req = s3c_hsotg_ep_alloc_request(&hsotg->eps_out[0]->ep, in dwc2_gadget_init()
4012 if (hsotg->eps_out[epnum]) in dwc2_gadget_init()
4013 s3c_hsotg_initep(hsotg, hsotg->eps_out[epnum], in dwc2_gadget_init()
4085 if (hsotg->eps_out[ep]) in s3c_hsotg_suspend()
4086 s3c_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in s3c_hsotg_suspend()