Searched refs:eps_out (Results 1 – 3 of 3) sorted by relevance
68 return hsotg->eps_out[ep_index]; in index_to_ep()1668 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_status()1772 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_feature()1890 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_stall_ep0()1930 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_control()2051 hsotg->eps_out[0]->dir_in = 0; in dwc2_hsotg_enqueue_setup()2052 hsotg->eps_out[0]->send_zlp = 0; in dwc2_hsotg_enqueue_setup()2055 ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in dwc2_hsotg_enqueue_setup()2260 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in dwc2_hsotg_rx_data()2325 hsotg->eps_out[0]->dir_in = dir_in; in dwc2_hsotg_ep0_zlp()[all …]
1222 struct dwc2_hsotg_ep *eps_out[MAX_EPS_CHANNELS]; member
308 ep = hsotg->eps_out[epidx]; in dwc2_hsotg_create_debug()