Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Datmel_usba_udc.c241 usba_ep_init_debugfs(udc, to_usba_ep(udc->gadget.ep0)); in usba_init_debugfs()
246 usba_ep_cleanup_debugfs(to_usba_ep(udc->gadget.ep0)); in usba_cleanup_debugfs()
560 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_enable()
654 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_disable()
772 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_queue()
854 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_dequeue()
912 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_set_halt()
957 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_status()
964 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_flush()
1047 ep = to_usba_ep(_ep); in atmel_usba_match_ep()
[all …]
Datmel_usba_udc.h349 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep() function