Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dat91_udc.h137 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc() function
/openbmc/linux/drivers/usb/gadget/udc/
H A Dat91_udc.h147 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc() function
H A Dmax3420_udc.c187 #define to_udc(g) container_of((g), struct max3420_udc, gadget) macro
H A Dudc-xilinx.c104 #define to_udc(g) container_of((g), struct xusb_udc, gadget) macro
H A Dlpc32xx_udc.c182 static inline struct lpc32xx_udc *to_udc(struct usb_gadget *g) in to_udc() function