Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h49 struct pxa25x_ep { struct
50 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 …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h35 struct pxa25x_ep { struct
36 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 …]