Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/gadget/udc/
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 …]