Lines Matching refs:_ep
504 struct usb_ep *_ep, const struct usb_endpoint_descriptor *desc) in fotg210_ep_enable() argument
506 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
512 if (!_ep || !desc in fotg210_ep_enable()
548 static int fotg210_ep_disable(struct usb_ep *_ep) in fotg210_ep_disable() argument
550 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable()
565 struct usb_ep *_ep, gfp_t gfp_flags) in fotg210_ep_alloc_request() argument
577 struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_free_request() argument
586 struct usb_ep *_ep, struct usb_request *_req, gfp_t gfp_flags) in fotg210_ep_queue() argument
588 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue()
645 static int fotg210_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_dequeue() argument
647 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue()
665 req->req.complete(_ep, &req->req); in fotg210_ep_dequeue()
671 static int fotg210_ep_halt(struct usb_ep *_ep, int halt) in fotg210_ep_halt() argument
673 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_halt()