Searched refs:to_usba_ep (Results 1 – 2 of 2) sorted by relevance
171 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_enable()273 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_disable()339 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_queue()380 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_dequeue()402 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_set_halt()447 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_status()454 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_flush()539 ep = to_usba_ep(udc->gadget.ep0); in reset_all_endpoints()565 return to_usba_ep(udc->gadget.ep0); in get_ep_by_addr()
302 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep() function