Lines Matching refs:musb_resources
234 struct resource musb_resources[2]; in ux500_probe() local
291 memset(musb_resources, 0x00, sizeof(*musb_resources) * in ux500_probe()
292 ARRAY_SIZE(musb_resources)); in ux500_probe()
294 musb_resources[0].name = pdev->resource[0].name; in ux500_probe()
295 musb_resources[0].start = pdev->resource[0].start; in ux500_probe()
296 musb_resources[0].end = pdev->resource[0].end; in ux500_probe()
297 musb_resources[0].flags = pdev->resource[0].flags; in ux500_probe()
299 musb_resources[1].name = pdev->resource[1].name; in ux500_probe()
300 musb_resources[1].start = pdev->resource[1].start; in ux500_probe()
301 musb_resources[1].end = pdev->resource[1].end; in ux500_probe()
302 musb_resources[1].flags = pdev->resource[1].flags; in ux500_probe()
304 ret = platform_device_add_resources(musb, musb_resources, in ux500_probe()
305 ARRAY_SIZE(musb_resources)); in ux500_probe()