Searched defs:pxa25x_ep (Results 1 – 1 of 1) sorted by relevance
49 struct pxa25x_ep { struct50 struct usb_ep ep;51 struct pxa25x_udc *dev;53 const struct usb_endpoint_descriptor *desc;54 struct list_head queue;55 unsigned long pio_irqs;57 unsigned short fifo_size;58 u8 bEndpointAddress;59 u8 bmAttributes;61 unsigned stopped:1;[all …]