Home
last modified time | relevance | path

Searched refs:to_usba_ep (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c171 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()
H A Datmel_usba_udc.h303 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep() function
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c242 usba_ep_init_debugfs(udc, to_usba_ep(udc->gadget.ep0)); in usba_init_debugfs()
247 usba_ep_cleanup_debugfs(to_usba_ep(udc->gadget.ep0)); in usba_cleanup_debugfs()
576 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_enable()
668 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_disable()
779 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_queue()
861 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_dequeue()
919 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_set_halt()
964 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_status()
971 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_flush()
1055 ep = to_usba_ep(_ep); in atmel_usba_match_ep()
[all …]
H A Datmel_usba_udc.h363 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep() function