Lines Matching refs:dwc3_ep

38 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep);
40 struct dwc3_ep *dep, struct dwc3_request *req);
63 struct dwc3_ep *dep; in dwc3_ep0_start_trans()
108 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue()
216 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue()
253 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart()
278 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt()
288 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt()
309 static struct dwc3_ep *dwc3_wIndex_to_dep(struct dwc3 *dwc, __le16 wIndex_le) in dwc3_wIndex_to_dep()
311 struct dwc3_ep *dep; in dwc3_wIndex_to_dep()
335 struct dwc3_ep *dep; in dwc3_ep0_handle_status()
393 struct dwc3_ep *dep; in dwc3_ep0_handle_feature()
596 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_ep0_set_sel_cmpl()
640 struct dwc3_ep *dep; in dwc3_ep0_set_sel()
780 struct dwc3_ep *ep0; in dwc3_ep0_complete_data()
857 struct dwc3_ep *dep; in dwc3_ep0_complete_status()
895 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; in dwc3_ep0_xfer_complete()
922 struct dwc3_ep *dep, struct dwc3_request *req) in __dwc3_ep0_do_control_data()
977 static int dwc3_ep0_start_control_status(struct dwc3_ep *dep) in dwc3_ep0_start_control_status()
989 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep) in __dwc3_ep0_do_control_status()
1003 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; in dwc3_ep0_do_control_status()
1008 static void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_ep0_end_control_data()
1045 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()