Home
last modified time | relevance | path

Searched refs:of_platform_default_populate (Results 1 – 12 of 12) sorted by relevance

/drivers/usb/host/
Dbcma-hcd.c236 of_platform_default_populate(dev->of_node, NULL, dev); in bcma_hcd_usb20_old_arm_init()
279 of_platform_default_populate(dev->of_node, NULL, dev); in bcma_hcd_usb20_ns_init()
391 of_platform_default_populate(dev->of_node, NULL, dev); in bcma_hcd_usb30_init()
/drivers/of/
Dplatform.c499 int of_platform_default_populate(struct device_node *root, in of_platform_default_populate() function
506 EXPORT_SYMBOL_GPL(of_platform_default_populate);
542 of_platform_default_populate(NULL, NULL, NULL); in of_platform_default_populate_init()
Dunittest.c1254 of_platform_default_populate(np, NULL, NULL); in of_unittest_platform_populate()
2785 if (of_platform_default_populate(bus_np, NULL, NULL)) { in of_unittest_overlay()
/drivers/bus/
Darm-integrator-lm.c54 ret = of_platform_default_populate(child, NULL, dev); in integrator_lm_populate()
Dimx-weim.c227 ret = of_platform_default_populate(pdev->dev.of_node, in weim_parse_dt()
Dqcom-ebi2.c379 return of_platform_default_populate(np, NULL, dev); in qcom_ebi2_probe()
Dtegra-gmi.c243 err = of_platform_default_populate(dev->of_node, NULL, dev); in tegra_gmi_probe()
Duniphier-system-bus.c251 return of_platform_default_populate(dev->of_node, NULL, dev); in uniphier_system_bus_probe()
Dintel-ixp4xx-eb.c403 return of_platform_default_populate(np, NULL, dev); in ixp4xx_exp_probe()
/drivers/bcma/
Dmain.c406 of_platform_default_populate(bus->dev->of_node, NULL, bus->dev); in bcma_bus_register()
/drivers/firmware/tegra/
Dbpmp.c760 err = of_platform_default_populate(pdev->dev.of_node, NULL, &pdev->dev); in tegra_bpmp_probe()
/drivers/memory/
Domap-gpmc.c2255 if (of_platform_default_populate(child, NULL, &pdev->dev)) in gpmc_probe_generic_child()