Searched defs:dwc2_ep (Results 1 – 1 of 1) sorted by relevance
52 struct dwc2_ep { struct53 struct usb_ep ep;54 struct dwc2_udc *dev;56 const struct usb_endpoint_descriptor *desc;57 struct list_head queue;58 unsigned long pio_irqs;82 struct dwc2_ep ep[DWC2_MAX_ENDPOINTS]; argument