Searched refs:musb_resources (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/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 | davinci.c | 496 struct resource musb_resources[3]; in davinci_probe() local 530 memset(musb_resources, 0x00, sizeof(*musb_resources) * in davinci_probe() 531 ARRAY_SIZE(musb_resources)); in davinci_probe() 533 musb_resources[0].name = pdev->resource[0].name; in davinci_probe() 534 musb_resources[0].start = pdev->resource[0].start; in davinci_probe() 535 musb_resources[0].end = pdev->resource[0].end; in davinci_probe() 536 musb_resources[0].flags = pdev->resource[0].flags; in davinci_probe() 538 musb_resources[1].name = pdev->resource[1].name; in davinci_probe() 539 musb_resources[1].start = pdev->resource[1].start; in davinci_probe() 540 musb_resources[1].end = pdev->resource[1].end; in davinci_probe() [all …]
|
| D | omap2430.c | 376 struct resource musb_resources[3]; in omap2430_probe() local 458 memset(musb_resources, 0x00, sizeof(*musb_resources) * in omap2430_probe() 459 ARRAY_SIZE(musb_resources)); in omap2430_probe() 461 musb_resources[0].name = pdev->resource[0].name; in omap2430_probe() 462 musb_resources[0].start = pdev->resource[0].start; in omap2430_probe() 463 musb_resources[0].end = pdev->resource[0].end; in omap2430_probe() 464 musb_resources[0].flags = pdev->resource[0].flags; in omap2430_probe() 466 musb_resources[1].name = pdev->resource[1].name; in omap2430_probe() 467 musb_resources[1].start = pdev->resource[1].start; in omap2430_probe() 468 musb_resources[1].end = pdev->resource[1].end; in omap2430_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 …]
|