Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Datmel_usba_udc.c240 usba_ep_init_debugfs(udc, to_usba_ep(udc->gadget.ep0)); in usba_init_debugfs()
245 usba_ep_cleanup_debugfs(to_usba_ep(udc->gadget.ep0)); in usba_cleanup_debugfs()
574 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_enable()
666 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_disable()
777 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_queue()
859 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_dequeue()
920 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_set_halt()
965 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_status()
972 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_flush()
1056 ep = to_usba_ep(_ep); in atmel_usba_match_ep()
[all …]
Datmel_usba_udc.h363 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep() function