Home
last modified time | relevance | path

Searched refs:musb_resources (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/musb/
Dux500.c219 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 …]
Ddavinci.c496 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 …]
Domap2430.c301 struct resource musb_resources[3]; in omap2430_probe() local
384 memset(musb_resources, 0x00, sizeof(*musb_resources) * in omap2430_probe()
385 ARRAY_SIZE(musb_resources)); in omap2430_probe()
387 musb_resources[0].name = pdev->resource[0].name; in omap2430_probe()
388 musb_resources[0].start = pdev->resource[0].start; in omap2430_probe()
389 musb_resources[0].end = pdev->resource[0].end; in omap2430_probe()
390 musb_resources[0].flags = pdev->resource[0].flags; in omap2430_probe()
392 musb_resources[1].name = pdev->resource[1].name; in omap2430_probe()
393 musb_resources[1].start = pdev->resource[1].start; in omap2430_probe()
394 musb_resources[1].end = pdev->resource[1].end; in omap2430_probe()
[all …]
Dda8xx.c508 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 …]
Dtusb6010.c1207 struct resource musb_resources[3]; in tusb_probe() local
1225 memset(musb_resources, 0x00, sizeof(*musb_resources) * in tusb_probe()
1226 ARRAY_SIZE(musb_resources)); in tusb_probe()
1228 musb_resources[0].name = pdev->resource[0].name; in tusb_probe()
1229 musb_resources[0].start = pdev->resource[0].start; in tusb_probe()
1230 musb_resources[0].end = pdev->resource[0].end; in tusb_probe()
1231 musb_resources[0].flags = pdev->resource[0].flags; in tusb_probe()
1233 musb_resources[1].name = pdev->resource[1].name; in tusb_probe()
1234 musb_resources[1].start = pdev->resource[1].start; in tusb_probe()
1235 musb_resources[1].end = pdev->resource[1].end; in tusb_probe()
[all …]