Lines Matching refs:eps_out
69 return hsotg->eps_out[ep_index]; in index_to_ep()
974 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_status()
1045 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_feature()
1161 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_stall_ep0()
1201 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_control()
1318 hsotg->eps_out[0]->dir_in = 0; in dwc2_hsotg_enqueue_setup()
1319 hsotg->eps_out[0]->send_zlp = 0; in dwc2_hsotg_enqueue_setup()
1322 ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in dwc2_hsotg_enqueue_setup()
1440 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in dwc2_hsotg_rx_data()
1506 hsotg->eps_out[0]->dir_in = dir_in; in dwc2_hsotg_ep0_zlp()
1509 dwc2_hsotg_program_zlp(hsotg, hsotg->eps_out[0]); in dwc2_hsotg_ep0_zlp()
1537 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[epnum]; in dwc2_hsotg_handle_outdone()
2137 if (hsotg->eps_out[i]) in dwc2_hsotg_irq_enumdone()
2202 if (hsotg->eps_out[ep]) in dwc2_hsotg_disconnect()
2203 kill_all_requests(hsotg, hsotg->eps_out[ep], in dwc2_hsotg_disconnect()
2307 kill_all_requests(hsotg, hsotg->eps_out[0], -ECONNRESET); in dwc2_hsotg_core_init_disconnected()
2418 dwc2_writel(dwc2_hsotg_ep0_mps(hsotg->eps_out[0]->ep.maxpacket) | in dwc2_hsotg_core_init_disconnected()
2424 dwc2_writel(dwc2_hsotg_ep0_mps(hsotg->eps_out[0]->ep.maxpacket) | in dwc2_hsotg_core_init_disconnected()
2624 hs_ep = hsotg->eps_out[idx]; in dwc2_hsotg_irq()
2830 if (ep == &hsotg->eps_out[0]->ep) { in dwc2_hsotg_ep_disable()
3199 if (hsotg->eps_out[ep]) in dwc2_hsotg_udc_stop()
3200 dwc2_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in dwc2_hsotg_udc_stop()
3416 hsotg->eps_out[0] = hsotg->eps_in[0]; in dwc2_hsotg_hw_cfg()
3430 hsotg->eps_out[i] = devm_kzalloc(hsotg->dev, in dwc2_hsotg_hw_cfg()
3432 if (!hsotg->eps_out[i]) in dwc2_hsotg_hw_cfg()
3638 hsotg->gadget.ep0 = &hsotg->eps_out[0]->ep; in dwc2_gadget_init()
3642 hsotg->ctrl_req = dwc2_hsotg_ep_alloc_request(&hsotg->eps_out[0]->ep, in dwc2_gadget_init()
3654 if (hsotg->eps_out[epnum]) in dwc2_gadget_init()
3655 dwc2_hsotg_initep(hsotg, hsotg->eps_out[epnum], in dwc2_gadget_init()
3702 if (hsotg->eps_out[ep]) in dwc2_hsotg_suspend()
3703 dwc2_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in dwc2_hsotg_suspend()