Lines Matching refs:musb_resources
230 struct resource musb_resources[2]; in ux500_probe() local
287 memset(musb_resources, 0x00, sizeof(*musb_resources) * in ux500_probe()
288 ARRAY_SIZE(musb_resources)); in ux500_probe()
290 musb_resources[0].name = pdev->resource[0].name; in ux500_probe()
291 musb_resources[0].start = pdev->resource[0].start; in ux500_probe()
292 musb_resources[0].end = pdev->resource[0].end; in ux500_probe()
293 musb_resources[0].flags = pdev->resource[0].flags; in ux500_probe()
295 musb_resources[1].name = pdev->resource[1].name; in ux500_probe()
296 musb_resources[1].start = pdev->resource[1].start; in ux500_probe()
297 musb_resources[1].end = pdev->resource[1].end; in ux500_probe()
298 musb_resources[1].flags = pdev->resource[1].flags; in ux500_probe()
300 ret = platform_device_add_resources(musb, musb_resources, in ux500_probe()
301 ARRAY_SIZE(musb_resources)); in ux500_probe()