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