Searched refs:bcm63xx_udc (Results 1 – 4 of 4) sorted by relevance
183 struct bcm63xx_udc;216 struct bcm63xx_udc *udc;241 struct bcm63xx_udc *udc;292 struct bcm63xx_udc { struct339 static inline struct bcm63xx_udc *gadget_to_udc(struct usb_gadget *g) in gadget_to_udc() argument341 return container_of(g, struct bcm63xx_udc, gadget); in gadget_to_udc()354 static inline u32 usbd_readl(struct bcm63xx_udc *udc, u32 off) in usbd_readl()359 static inline void usbd_writel(struct bcm63xx_udc *udc, u32 val, u32 off) in usbd_writel()364 static inline u32 usb_dma_readl(struct bcm63xx_udc *udc, u32 off) in usb_dma_readl()369 static inline void usb_dma_writel(struct bcm63xx_udc *udc, u32 val, u32 off) in usb_dma_writel()[all …]
23 obj-$(CONFIG_USB_BCM63XX_UDC) += bcm63xx_udc.o
87 dynamically linked module called "bcm63xx_udc".
2916 F: drivers/usb/gadget/udc/bcm63xx_udc.*