Lines Matching refs:musb_resources
500 struct resource musb_resources[2]; in bfin_probe() local
529 memset(musb_resources, 0x00, sizeof(*musb_resources) * in bfin_probe()
530 ARRAY_SIZE(musb_resources)); in bfin_probe()
532 musb_resources[0].name = pdev->resource[0].name; in bfin_probe()
533 musb_resources[0].start = pdev->resource[0].start; in bfin_probe()
534 musb_resources[0].end = pdev->resource[0].end; in bfin_probe()
535 musb_resources[0].flags = pdev->resource[0].flags; in bfin_probe()
537 musb_resources[1].name = pdev->resource[1].name; in bfin_probe()
538 musb_resources[1].start = pdev->resource[1].start; in bfin_probe()
539 musb_resources[1].end = pdev->resource[1].end; in bfin_probe()
540 musb_resources[1].flags = pdev->resource[1].flags; in bfin_probe()
542 ret = platform_device_add_resources(musb, musb_resources, in bfin_probe()
543 ARRAY_SIZE(musb_resources)); in bfin_probe()