Home
last modified time | relevance | path

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

/Linux-v5.4/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()
575 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_enable()
667 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_disable()
784 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_queue()
866 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_dequeue()
924 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_set_halt()
969 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_status()
976 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_flush()
1059 ep = to_usba_ep(_ep); in atmel_usba_match_ep()
[all …]
Datmel_usba_udc.h350 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep() function