Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dgadget.c68 return hsotg->eps_out[ep_index]; in index_to_ep()
1670 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_status()
1774 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_feature()
1892 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_stall_ep0()
1932 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_control()
2053 hsotg->eps_out[0]->dir_in = 0; in dwc2_hsotg_enqueue_setup()
2054 hsotg->eps_out[0]->send_zlp = 0; in dwc2_hsotg_enqueue_setup()
2057 ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in dwc2_hsotg_enqueue_setup()
2262 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in dwc2_hsotg_rx_data()
2327 hsotg->eps_out[0]->dir_in = dir_in; in dwc2_hsotg_ep0_zlp()
[all …]
Dcore.h1198 struct dwc2_hsotg_ep *eps_out[MAX_EPS_CHANNELS]; member
Ddebugfs.c308 ep = hsotg->eps_out[epidx]; in dwc2_hsotg_create_debug()