Home
last modified time | relevance | path

Searched refs:of_platform_populate (Results 1 – 25 of 101) sorted by relevance

12345

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_platform.h74 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
/OK3568_Linux_fs/kernel/drivers/of/
H A Dplatform.c468 int of_platform_populate(struct device_node *root, in of_platform_populate() function
498 EXPORT_SYMBOL_GPL(of_platform_populate);
504 return of_platform_populate(root, of_default_bus_match_table, lookup, in of_platform_default_populate()
536 of_platform_populate(node, NULL, NULL, NULL); in of_platform_default_populate_init()
624 ret = of_platform_populate(dev->of_node, NULL, NULL, dev); in devm_of_platform_populate()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dsun50i-de2.c23 of_platform_populate(np, NULL, NULL, &pdev->dev); in sun50i_de2_bus_probe()
H A Dti-pwmss.c29 ret = of_platform_populate(node, NULL, NULL, &pdev->dev); in pwmss_probe()
H A Dsimple-pm-bus.c26 of_platform_populate(np, NULL, NULL, &pdev->dev); in simple_pm_bus_probe()
H A Domap-ocp2scp.c38 ret = of_platform_populate(np, NULL, NULL, &pdev->dev); in omap_ocp2scp_probe()
H A Dtegra-aconnect.c49 of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev); in tegra_aconnect_probe()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dprom.c61 if (of_platform_populate(NULL, of_ids, NULL, NULL)) in __dt_register_buses()
/OK3568_Linux_fs/kernel/drivers/soc/lantiq/
H A Dfpi-bus.c63 return of_platform_populate(dev->of_node, NULL, NULL, dev); in ltq_fpi_probe()
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Dshdma-of.c51 ret = of_platform_populate(pdev->dev.of_node, NULL, lookup, &pdev->dev); in shdma_of_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-ux500/
H A Dcpu-db8500.c122 of_platform_populate(NULL, u8500_local_bus_nodes, in u8500_init_machine()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_octeon.c67 ret = of_platform_populate(node, NULL, NULL, dev); in ahci_octeon_probe()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dti-j721e-ufs.c52 ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, in ti_j721e_ufs_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dusage-model.rst358 Linux board support code calls of_platform_populate(NULL, NULL, NULL, NULL)
365 of_platform_populate() call.
384 simpler. The second argument to of_platform_populate() is an
392 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
396 meaning a simple memory mapped bus, so the of_platform_populate() code
414 When using the DT, this creates problems for of_platform_populate()
419 of_platform_populate() will register it as an amba_device instead of a
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dclk-814x.c73 of_platform_populate(np, NULL, NULL, NULL); in dm814x_adpll_early_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/embedded6xx/
H A Dwii.c185 of_platform_populate(NULL, wii_of_bus, NULL, NULL); in wii_device_probe()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-of-simple.c76 ret = of_platform_populate(np, NULL, NULL, dev); in dwc3_of_simple_probe()
H A Ddwc3-keystone.c155 error = of_platform_populate(node, NULL, NULL, dev); in kdwc3_probe()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dqcom_gsbi.c216 ret = of_platform_populate(node, NULL, NULL, &pdev->dev); in gsbi_probe()
H A Dsmd-rpm.c218 ret = of_platform_populate(rpdev->dev.of_node, NULL, NULL, &rpdev->dev); in qcom_smd_rpm_probe()
/OK3568_Linux_fs/kernel/drivers/memory/samsung/
H A Dexynos-srom.c155 return of_platform_populate(np, NULL, NULL, dev); in exynos_srom_probe()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcdns3-ti.c178 error = of_platform_populate(node, NULL, NULL, dev); in cdns_ti_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c104 if (of_platform_populate(NULL, mpc52xx_bus_ids, NULL, NULL)) in mpc52xx_declare_of_platform_devices()
/OK3568_Linux_fs/kernel/drivers/iio/dac/
H A Dstm32-dac-core.c174 ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, dev); in stm32_dac_probe()
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_host.c232 ret = of_platform_populate(parent_dn, NULL, NULL, parent_dev); in ssusb_host_init()

12345