Lines Matching refs:usb_ep
48 struct usb_ep *in_ep;
49 struct usb_ep *out_ep;
50 struct usb_ep *iso_in_ep;
51 struct usb_ep *iso_out_ep;
299 static inline struct usb_request *ss_alloc_ep_req(struct usb_ep *ep, int len) in ss_alloc_ep_req()
306 void free_ep_req(struct usb_ep *ep, struct usb_request *req) in free_ep_req()
312 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) in disable_ep()
322 struct usb_ep *in, struct usb_ep *out, in disable_endpoints()
323 struct usb_ep *iso_in, struct usb_ep *iso_out) in disable_endpoints()
518 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req) in reinit_write_data()
538 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req) in source_sink_complete()
596 struct usb_ep *ep; in source_sink_start_ep()
666 struct usb_ep *ep; in enable_source_sink()