Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dpxa25x_udc.h99 struct pxa25x_udc { struct
100 struct usb_gadget gadget;
101 struct usb_gadget_driver *driver;
103 enum ep0_state ep0state;
104 struct udc_stats stats;
105 unsigned got_irq : 1,
106 vbus : 1,
130 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument