Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.h268 struct usba_ep { struct
343 struct usba_ep *usba_ep; member
363 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep()
365 return container_of(ep, struct usba_ep, ep); in to_usba_ep()