Lines Matching refs:usb_ep
37 struct usb_ep *in_ep;
38 struct usb_ep *out_ep;
39 struct usb_ep *iso_in_ep;
40 struct usb_ep *iso_out_ep;
290 static inline struct usb_request *ss_alloc_ep_req(struct usb_ep *ep, int len) in ss_alloc_ep_req()
295 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) in disable_ep()
305 struct usb_ep *in, struct usb_ep *out, in disable_endpoints()
306 struct usb_ep *iso_in, struct usb_ep *iso_out) in disable_endpoints()
502 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req) in reinit_write_data()
522 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req) in source_sink_complete()
581 struct usb_ep *ep; in source_sink_start_ep()
652 struct usb_ep *ep; in enable_source_sink()