Home
last modified time | relevance | path

Searched refs:eps_out (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/dwc2/
Dgadget.c67 return hsotg->eps_out[ep_index]; in index_to_ep()
1673 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_status()
1777 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_feature()
1895 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_stall_ep0()
1935 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_control()
2056 hsotg->eps_out[0]->dir_in = 0; in dwc2_hsotg_enqueue_setup()
2057 hsotg->eps_out[0]->send_zlp = 0; in dwc2_hsotg_enqueue_setup()
2060 ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in dwc2_hsotg_enqueue_setup()
2265 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in dwc2_hsotg_rx_data()
2330 hsotg->eps_out[0]->dir_in = dir_in; in dwc2_hsotg_ep0_zlp()
[all …]
Dcore.h1213 struct dwc2_hsotg_ep *eps_out[MAX_EPS_CHANNELS]; member
Ddebugfs.c308 ep = hsotg->eps_out[epidx]; in dwc2_hsotg_create_debug()