Searched refs:musb_resources (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/usb/musb/ |
| D | ux500.c | 219 struct resource musb_resources[2]; in ux500_probe() local 276 memset(musb_resources, 0x00, sizeof(*musb_resources) * in ux500_probe() 277 ARRAY_SIZE(musb_resources)); in ux500_probe() 279 musb_resources[0].name = pdev->resource[0].name; in ux500_probe() 280 musb_resources[0].start = pdev->resource[0].start; in ux500_probe() 281 musb_resources[0].end = pdev->resource[0].end; in ux500_probe() 282 musb_resources[0].flags = pdev->resource[0].flags; in ux500_probe() 284 musb_resources[1].name = pdev->resource[1].name; in ux500_probe() 285 musb_resources[1].start = pdev->resource[1].start; in ux500_probe() 286 musb_resources[1].end = pdev->resource[1].end; in ux500_probe() [all …]
|
| D | omap2430.c | 301 struct resource musb_resources[3]; in omap2430_probe() local 383 memset(musb_resources, 0x00, sizeof(*musb_resources) * in omap2430_probe() 384 ARRAY_SIZE(musb_resources)); in omap2430_probe() 386 musb_resources[0].name = pdev->resource[0].name; in omap2430_probe() 387 musb_resources[0].start = pdev->resource[0].start; in omap2430_probe() 388 musb_resources[0].end = pdev->resource[0].end; in omap2430_probe() 389 musb_resources[0].flags = pdev->resource[0].flags; in omap2430_probe() 391 musb_resources[1].name = pdev->resource[1].name; in omap2430_probe() 392 musb_resources[1].start = pdev->resource[1].start; in omap2430_probe() 393 musb_resources[1].end = pdev->resource[1].end; in omap2430_probe() [all …]
|
| D | davinci.c | 496 struct resource musb_resources[3]; in davinci_probe() local 539 memset(musb_resources, 0x00, sizeof(*musb_resources) * in davinci_probe() 540 ARRAY_SIZE(musb_resources)); in davinci_probe() 542 musb_resources[0].name = pdev->resource[0].name; in davinci_probe() 543 musb_resources[0].start = pdev->resource[0].start; in davinci_probe() 544 musb_resources[0].end = pdev->resource[0].end; in davinci_probe() 545 musb_resources[0].flags = pdev->resource[0].flags; in davinci_probe() 547 musb_resources[1].name = pdev->resource[1].name; in davinci_probe() 548 musb_resources[1].start = pdev->resource[1].start; in davinci_probe() 549 musb_resources[1].end = pdev->resource[1].end; in davinci_probe() [all …]
|
| D | da8xx.c | 508 struct resource musb_resources[2]; in da8xx_probe() local 561 memset(musb_resources, 0x00, sizeof(*musb_resources) * in da8xx_probe() 562 ARRAY_SIZE(musb_resources)); in da8xx_probe() 564 musb_resources[0].name = pdev->resource[0].name; in da8xx_probe() 565 musb_resources[0].start = pdev->resource[0].start; in da8xx_probe() 566 musb_resources[0].end = pdev->resource[0].end; in da8xx_probe() 567 musb_resources[0].flags = pdev->resource[0].flags; in da8xx_probe() 569 musb_resources[1].name = pdev->resource[1].name; in da8xx_probe() 570 musb_resources[1].start = pdev->resource[1].start; in da8xx_probe() 571 musb_resources[1].end = pdev->resource[1].end; in da8xx_probe() [all …]
|
| D | tusb6010.c | 1201 struct resource musb_resources[3]; in tusb_probe() local 1219 memset(musb_resources, 0x00, sizeof(*musb_resources) * in tusb_probe() 1220 ARRAY_SIZE(musb_resources)); in tusb_probe() 1222 musb_resources[0].name = pdev->resource[0].name; in tusb_probe() 1223 musb_resources[0].start = pdev->resource[0].start; in tusb_probe() 1224 musb_resources[0].end = pdev->resource[0].end; in tusb_probe() 1225 musb_resources[0].flags = pdev->resource[0].flags; in tusb_probe() 1227 musb_resources[1].name = pdev->resource[1].name; in tusb_probe() 1228 musb_resources[1].start = pdev->resource[1].start; in tusb_probe() 1229 musb_resources[1].end = pdev->resource[1].end; in tusb_probe() [all …]
|