Lines Matching refs:_ep
501 struct usb_ep *_ep, const struct usb_endpoint_descriptor *desc) in fotg210_ep_enable() argument
503 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
509 if (!_ep || !desc in fotg210_ep_enable()
545 static int fotg210_ep_disable(struct usb_ep *_ep) in fotg210_ep_disable() argument
547 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable()
562 struct usb_ep *_ep, gfp_t gfp_flags) in fotg210_ep_alloc_request() argument
574 struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_free_request() argument
583 struct usb_ep *_ep, struct usb_request *_req, gfp_t gfp_flags) in fotg210_ep_queue() argument
585 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue()
642 static int fotg210_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_dequeue() argument
644 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue()
662 req->req.complete(_ep, &req->req); in fotg210_ep_dequeue()
668 static int fotg210_ep_halt(struct usb_ep *_ep, int halt) in fotg210_ep_halt() argument
670 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_halt()