Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dbcm63xx_udc.c168 struct bcm63xx_udc;
201 struct bcm63xx_udc *udc;
226 struct bcm63xx_udc *udc;
279 struct bcm63xx_udc { struct
328 static inline struct bcm63xx_udc *gadget_to_udc(struct usb_gadget *g) in gadget_to_udc() argument
330 return container_of(g, struct bcm63xx_udc, gadget); in gadget_to_udc()
343 static inline u32 usbd_readl(struct bcm63xx_udc *udc, u32 off) in usbd_readl()
348 static inline void usbd_writel(struct bcm63xx_udc *udc, u32 val, u32 off) in usbd_writel()
353 static inline u32 usb_dma_readl(struct bcm63xx_udc *udc, u32 off) in usb_dma_readl()
358 static inline void usb_dma_writel(struct bcm63xx_udc *udc, u32 val, u32 off) in usb_dma_writel()
[all …]
DMakefile16 obj-$(CONFIG_USB_BCM63XX_UDC) += bcm63xx_udc.o
DKconfig72 dynamically linked module called "bcm63xx_udc".
/linux-4.1.27/
DMAINTAINERS2184 F: drivers/usb/gadget/udc/bcm63xx_udc.*