Home
last modified time | relevance | path

Searched refs:to_udc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Dat91_udc.h145 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc() function
Dudc-xilinx.c110 #define to_udc(g) container_of((g), struct xusb_udc, gadget) macro
1227 udc = to_udc(gadget); in xudc_get_frame()
1240 struct xusb_udc *udc = to_udc(gadget); in xudc_wakeup()
1280 struct xusb_udc *udc = to_udc(gadget); in xudc_pullup()
1369 struct xusb_udc *udc = to_udc(gadget); in xudc_start()
1408 struct xusb_udc *udc = to_udc(gadget); in xudc_stop()
Dat91_udc.c788 struct at91_udc *udc = to_udc(gadget); in at91_get_frame()
790 if (!to_udc(gadget)->clocked) in at91_get_frame()
797 struct at91_udc *udc = to_udc(gadget); in at91_wakeup()
941 struct at91_udc *udc = to_udc(gadget); in at91_vbus_session()
957 struct at91_udc *udc = to_udc(gadget); in at91_pullup()
969 struct at91_udc *udc = to_udc(gadget); in at91_set_selfpowered()
Dlpc32xx_udc.c210 static inline struct lpc32xx_udc *to_udc(struct usb_gadget *g) in to_udc() function
2470 struct lpc32xx_udc *udc = to_udc(gadget); in lpc32xx_get_frame()
2503 struct lpc32xx_udc *udc = to_udc(gadget); in lpc32xx_vbus_session()
2539 struct lpc32xx_udc *udc = to_udc(gadget); in lpc32xx_pullup()
2920 struct lpc32xx_udc *udc = to_udc(gadget); in lpc32xx_start()
2953 struct lpc32xx_udc *udc = to_udc(gadget); in lpc32xx_stop()