Searched refs:of_platform_default_populate (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/host/ |
D | bcma-hcd.c | 236 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/ |
D | platform.c | 499 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()
|
D | unittest.c | 1254 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/ |
D | arm-integrator-lm.c | 54 ret = of_platform_default_populate(child, NULL, dev); in integrator_lm_populate()
|
D | imx-weim.c | 227 ret = of_platform_default_populate(pdev->dev.of_node, in weim_parse_dt()
|
D | qcom-ebi2.c | 379 return of_platform_default_populate(np, NULL, dev); in qcom_ebi2_probe()
|
D | tegra-gmi.c | 243 err = of_platform_default_populate(dev->of_node, NULL, dev); in tegra_gmi_probe()
|
D | uniphier-system-bus.c | 251 return of_platform_default_populate(dev->of_node, NULL, dev); in uniphier_system_bus_probe()
|
D | intel-ixp4xx-eb.c | 403 return of_platform_default_populate(np, NULL, dev); in ixp4xx_exp_probe()
|
/drivers/bcma/ |
D | main.c | 406 of_platform_default_populate(bus->dev->of_node, NULL, bus->dev); in bcma_bus_register()
|
/drivers/firmware/tegra/ |
D | bpmp.c | 760 err = of_platform_default_populate(pdev->dev.of_node, NULL, &pdev->dev); in tegra_bpmp_probe()
|
/drivers/memory/ |
D | omap-gpmc.c | 2255 if (of_platform_default_populate(child, NULL, &pdev->dev)) in gpmc_probe_generic_child()
|