Searched defs:goku_ep (Results 1 – 1 of 1) sorted by relevance
207 struct goku_ep { struct208 struct usb_ep ep;209 struct goku_udc *dev;210 unsigned long irqs;212 unsigned num:8,213 dma:1,214 is_in:1,215 stopped:1;218 struct list_head queue;219 const struct usb_endpoint_descriptor *desc;[all …]