Lines Matching refs:musb_resources
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()
287 musb_resources[1].flags = pdev->resource[1].flags; in ux500_probe()
289 ret = platform_device_add_resources(musb, musb_resources, in ux500_probe()
290 ARRAY_SIZE(musb_resources)); in ux500_probe()