Home
last modified time | relevance | path

Searched defs:pxa25x_ep (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.h48 struct pxa25x_ep { struct
49 struct usb_ep ep;
50 struct pxa25x_udc *dev;
52 const struct usb_endpoint_descriptor *desc;
53 struct list_head queue;
54 unsigned long pio_irqs;
56 unsigned short fifo_size;
57 u8 bEndpointAddress;
58 u8 bmAttributes;
60 unsigned stopped:1;
[all …]