Lines Matching refs:_ep
502 struct usb_ep *_ep, const struct usb_endpoint_descriptor *desc) in fotg210_ep_enable() argument
504 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
510 if (!_ep || !desc in fotg210_ep_enable()
546 static int fotg210_ep_disable(struct usb_ep *_ep) in fotg210_ep_disable() argument
548 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable()
563 struct usb_ep *_ep, gfp_t gfp_flags) in fotg210_ep_alloc_request() argument
575 struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_free_request() argument
584 struct usb_ep *_ep, struct usb_request *_req, gfp_t gfp_flags) in fotg210_ep_queue() argument
586 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue()
643 static int fotg210_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_dequeue() argument
645 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue()
663 req->req.complete(_ep, &req->req); in fotg210_ep_dequeue()
669 static int fotg210_ep_halt(struct usb_ep *_ep, int halt) in fotg210_ep_halt() argument
671 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_halt()