Searched refs:usbd (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/ |
D | board_bcm963xx.h | 43 struct bcm63xx_usbd_platform_data usbd; member
|
/linux-4.4.14/arch/mips/bcm63xx/ |
D | Makefile | 4 dev-wdt.o dev-usb-usbd.o
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | isp1301.txt | 18 usbd@31020000 {
|
D | lpc32xx-udc.txt | 22 usbd@31020000 {
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | phy3250.dts | 34 /* Here, choose exactly one from: ohci, usbd */ 41 usbd@31020000 {
|
D | ea3250.dts | 34 /* Here, choose exactly one from: ohci, usbd */ 41 usbd@31020000 {
|
D | lpc32xx.dtsi | 59 * Enable either ohci or usbd (gadget)! 68 usbd@31020000 {
|
D | spear320-hmi.dts | 223 usbd@e1100000 {
|
/linux-4.4.14/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 85 .usbd = { 899 bcm63xx_usbd_register(&board.usbd); in board_register_devices()
|
/linux-4.4.14/arch/arm/mach-w90x900/ |
D | cpu.c | 64 static DEFINE_CLK(usbd, 8);
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 2283 struct dentry *root, *usbd, *iudma; in bcm63xx_udc_init_debugfs() local 2292 usbd = debugfs_create_file("usbd", 0400, root, udc, in bcm63xx_udc_init_debugfs() 2294 if (!usbd) in bcm63xx_udc_init_debugfs() 2302 udc->debugfs_usbd = usbd; in bcm63xx_udc_init_debugfs() 2306 debugfs_remove(usbd); in bcm63xx_udc_init_debugfs()
|