Lines Matching refs:usb_ep
54 struct usb_ep *in_ep;
55 struct usb_ep *out_ep;
56 struct usb_ep *iso_in_ep;
57 struct usb_ep *iso_out_ep;
305 static inline struct usb_request *ss_alloc_ep_req(struct usb_ep *ep, int len) in ss_alloc_ep_req()
310 void free_ep_req(struct usb_ep *ep, struct usb_request *req) in free_ep_req()
316 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) in disable_ep()
330 struct usb_ep *in, struct usb_ep *out, in disable_endpoints()
331 struct usb_ep *iso_in, struct usb_ep *iso_out) in disable_endpoints()
530 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req) in reinit_write_data()
548 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req) in source_sink_complete()
606 struct usb_ep *ep; in source_sink_start_ep()
675 struct usb_ep *ep; in enable_source_sink()