/Linux-v4.19/include/linux/ |
D | of_platform.h | 74 extern int of_platform_populate(struct device_node *root, 87 static inline int of_platform_populate(struct device_node *root, in of_platform_populate() function
|
/Linux-v4.19/drivers/of/ |
D | platform.c | 474 int of_platform_populate(struct device_node *root, in of_platform_populate() function 501 EXPORT_SYMBOL_GPL(of_platform_populate); 507 return of_platform_populate(root, of_default_bus_match_table, lookup, in of_platform_default_populate() 537 of_platform_populate(node, NULL, NULL, NULL); in of_platform_default_populate_init() 618 ret = of_platform_populate(dev->of_node, NULL, NULL, dev); in devm_of_platform_populate()
|
/Linux-v4.19/drivers/bus/ |
D | sun50i-de2.c | 23 of_platform_populate(np, NULL, NULL, &pdev->dev); in sun50i_de2_bus_probe()
|
D | simple-pm-bus.c | 26 of_platform_populate(np, NULL, NULL, &pdev->dev); in simple_pm_bus_probe()
|
D | tegra-aconnect.c | 39 of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev); in tegra_aconnect_probe()
|
D | omap-ocp2scp.c | 48 ret = of_platform_populate(np, NULL, NULL, &pdev->dev); in omap_ocp2scp_probe()
|
D | vexpress-config.c | 186 ret = of_platform_populate(node, NULL, NULL, parent); in vexpress_config_populate()
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_am335x.c | 13 ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev); in am335x_child_probe()
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-tipwmss.c | 39 ret = of_platform_populate(node, NULL, NULL, &pdev->dev); in pwmss_probe()
|
/Linux-v4.19/arch/mips/kernel/ |
D | prom.c | 75 if (of_platform_populate(NULL, of_ids, NULL, NULL)) in __dt_register_buses()
|
/Linux-v4.19/drivers/soc/lantiq/ |
D | fpi-bus.c | 67 return of_platform_populate(dev->of_node, NULL, NULL, dev); in ltq_fpi_probe()
|
/Linux-v4.19/drivers/dma/sh/ |
D | shdma-of.c | 54 ret = of_platform_populate(pdev->dev.of_node, NULL, lookup, &pdev->dev); in shdma_of_probe()
|
/Linux-v4.19/drivers/ata/ |
D | ahci_octeon.c | 67 ret = of_platform_populate(node, NULL, NULL, dev); in ahci_octeon_probe()
|
/Linux-v4.19/arch/arm/mach-ux500/ |
D | cpu-db8500.c | 127 of_platform_populate(NULL, u8500_local_bus_nodes, in u8500_init_machine()
|
/Linux-v4.19/drivers/clk/ti/ |
D | clk-814x.c | 72 of_platform_populate(np, NULL, NULL, NULL); in dm814x_adpll_early_init()
|
/Linux-v4.19/Documentation/devicetree/ |
D | usage-model.txt | 353 Linux board support code calls of_platform_populate(NULL, NULL, NULL, NULL) 360 of_platform_populate() call. 379 simpler. The second argument to of_platform_populate() is an 387 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); 391 meaning a simple memory mapped bus, so the of_platform_populate() code 409 When using the DT, this creates problems for of_platform_populate() 414 of_platform_populate() will register it as an amba_device instead of a
|
/Linux-v4.19/arch/powerpc/platforms/embedded6xx/ |
D | wii.c | 227 of_platform_populate(NULL, wii_of_bus, NULL, NULL); in wii_device_probe()
|
/Linux-v4.19/drivers/soc/qcom/ |
D | qcom_gsbi.c | 224 return of_platform_populate(node, NULL, NULL, &pdev->dev); in gsbi_probe()
|
D | smd-rpm.c | 216 return of_platform_populate(rpdev->dev.of_node, NULL, NULL, &rpdev->dev); in qcom_smd_rpm_probe()
|
/Linux-v4.19/drivers/iio/dac/ |
D | stm32-dac-core.c | 136 ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, dev); in stm32_dac_probe()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | dwc3-keystone.c | 126 error = of_platform_populate(node, NULL, NULL, dev); in kdwc3_probe()
|
D | dwc3-of-simple.c | 132 ret = of_platform_populate(np, NULL, NULL, dev); in dwc3_of_simple_probe()
|
/Linux-v4.19/drivers/memory/samsung/ |
D | exynos-srom.c | 155 return of_platform_populate(np, NULL, NULL, dev); in exynos_srom_probe()
|
/Linux-v4.19/arch/powerpc/platforms/52xx/ |
D | mpc52xx_common.c | 104 if (of_platform_populate(NULL, mpc52xx_bus_ids, NULL, NULL)) in mpc52xx_declare_of_platform_devices()
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_host.c | 232 ret = of_platform_populate(parent_dn, NULL, NULL, parent_dev); in ssusb_host_init()
|