Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c75 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()
[all …]
Dcore.h723 struct s3c_hsotg_ep *eps_out[MAX_EPS_CHANNELS]; member