Lines Matching refs:usb_ep
626 struct usb_ep *ep0; // Handy copy of gadget->ep0
653 struct usb_ep *bulk_in;
654 struct usb_ep *bulk_out;
655 struct usb_ep *intr_in;
772 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt()
1102 static void ep0_complete(struct usb_ep *ep, struct usb_request *req) in ep0_complete()
1124 static void bulk_in_complete(struct usb_ep *ep, struct usb_request *req) in bulk_in_complete()
1143 static void bulk_out_complete(struct usb_ep *ep, struct usb_request *req) in bulk_out_complete()
1164 static void intr_in_complete(struct usb_ep *ep, struct usb_request *req) in intr_in_complete()
1474 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer()
3004 static int enable_endpoint(struct fsg_dev *fsg, struct usb_ep *ep, in enable_endpoint()
3016 static int alloc_request(struct fsg_dev *fsg, struct usb_ep *ep, in alloc_request()
3655 struct usb_ep *ep; in fsg_bind()