Searched defs:pxa25x_ep (Results 1 – 2 of 2) 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 …]
35 struct pxa25x_ep { struct36 struct usb_ep ep;37 struct pxa25x_udc *dev;39 struct list_head queue;40 unsigned long pio_irqs;42 unsigned short fifo_size;43 u8 bEndpointAddress;44 u8 bmAttributes;46 unsigned stopped : 1;47 unsigned dma_fixup : 1;[all …]