Lines Matching refs:ep0
973 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_process_req_status() local
980 if (!ep0->dir_in) { in s3c_hsotg_process_req_status()
1011 ret = s3c_hsotg_send_reply(hsotg, ep0, &reply, 2); in s3c_hsotg_process_req_status()
1044 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_process_req_feature() local
1072 ret = s3c_hsotg_send_reply(hsotg, ep0, NULL, 0); in s3c_hsotg_process_req_feature()
1098 ret = s3c_hsotg_send_reply(hsotg, ep0, NULL, 0); in s3c_hsotg_process_req_feature()
1160 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_stall_ep0() local
1164 dev_dbg(hsotg->dev, "ep0 stall (dir=%d)\n", ep0->dir_in); in s3c_hsotg_stall_ep0()
1165 reg = (ep0->dir_in) ? DIEPCTL0 : DOEPCTL0; in s3c_hsotg_stall_ep0()
1200 struct s3c_hsotg_ep *ep0 = hsotg->eps_out[0]; in s3c_hsotg_process_control() local
1209 ep0->dir_in = 1; in s3c_hsotg_process_control()
1212 ep0->dir_in = 1; in s3c_hsotg_process_control()
1215 ep0->dir_in = 0; in s3c_hsotg_process_control()
1231 ret = s3c_hsotg_send_reply(hsotg, ep0, NULL, 0); in s3c_hsotg_process_control()
3995 hsotg->gadget.ep0 = &hsotg->eps_out[0]->ep; in dwc2_gadget_init()