Home
last modified time | relevance | path

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

1234

/linux-6.6.21/Documentation/translations/zh_CN/devicetree/
Dusage-model.rst282 Linux板支持代码调用of_platform_populate(NULL, NULL, NULL, NULL)来
285 表(尚未)。对于只需要注册设备的板子,除了of_platform_populate()的调用,
300 of_platform_populate()的第二个参数是一个of_device_id表,任何与该表
307 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
311 的总线,所以of_platform_populate()代码可以被写成只是假设简单总线兼容的节
326 当使用DT时,这给of_platform_populate()带来了问题,因为它必须决定是否将
329 兼容,那么of_platform_populate()将把它注册为amba_device而不是
/linux-6.6.21/include/linux/
Dof_platform.h82 extern int of_platform_populate(struct device_node *root,
107 static inline int of_platform_populate(struct device_node *root, in of_platform_populate() function
/linux-6.6.21/drivers/of/
Dplatform.c494 int of_platform_populate(struct device_node *root, in of_platform_populate() function
524 EXPORT_SYMBOL_GPL(of_platform_populate);
530 return of_platform_populate(root, of_default_bus_match_table, lookup, in of_platform_default_populate()
619 of_platform_populate(node, NULL, NULL, NULL); in of_platform_default_populate_init()
711 ret = of_platform_populate(dev->of_node, NULL, NULL, dev); in devm_of_platform_populate()
/linux-6.6.21/drivers/bus/
Dsun50i-de2.c22 of_platform_populate(np, NULL, NULL, &pdev->dev); in sun50i_de2_bus_probe()
Dti-pwmss.c29 ret = of_platform_populate(node, NULL, NULL, &pdev->dev); in pwmss_probe()
Domap-ocp2scp.c38 ret = of_platform_populate(np, NULL, NULL, &pdev->dev); in omap_ocp2scp_probe()
Dtegra-aconnect.c49 of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev); in tegra_aconnect_probe()
Dsimple-pm-bus.c72 of_platform_populate(np, NULL, lookup, &pdev->dev); in simple_pm_bus_probe()
/linux-6.6.21/arch/mips/kernel/
Dprom.c61 if (of_platform_populate(NULL, of_ids, NULL, NULL)) in __dt_register_buses()
/linux-6.6.21/drivers/soc/lantiq/
Dfpi-bus.c63 return of_platform_populate(dev->of_node, NULL, NULL, dev); in ltq_fpi_probe()
/linux-6.6.21/drivers/ata/
Dahci_octeon.c64 ret = of_platform_populate(node, NULL, NULL, dev); in ahci_octeon_probe()
/linux-6.6.21/arch/arm/mach-ux500/
Dcpu-db8500.c116 of_platform_populate(NULL, u8500_local_bus_nodes, in u8500_init_machine()
/linux-6.6.21/drivers/ufs/host/
Dti-j721e-ufs.c52 ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, in ti_j721e_ufs_probe()
/linux-6.6.21/drivers/clk/ti/
Dclk-814x.c73 of_platform_populate(np, NULL, NULL, NULL); in dm814x_adpll_early_init()
/linux-6.6.21/arch/arm/mach-omap2/
Dpdata-quirks.c540 of_platform_populate(np, omap_dt_match_table, in pdata_quirks_init_clocks()
563 of_platform_populate(NULL, omap_dt_match_table, in pdata_quirks_init()
/linux-6.6.21/arch/powerpc/platforms/embedded6xx/
Dwii.c164 of_platform_populate(NULL, wii_of_bus, NULL, NULL); in wii_device_probe()
/linux-6.6.21/drivers/usb/gadget/udc/
Drzv2m_usb3drd.c103 ret = of_platform_populate(usb3->dev->of_node, NULL, NULL, usb3->dev); in rzv2m_usb3drd_probe()
/linux-6.6.21/Documentation/devicetree/
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
/linux-6.6.21/drivers/soc/qcom/
Dqcom_gsbi.c212 return of_platform_populate(node, NULL, NULL, &pdev->dev); in gsbi_probe()
Dsmd-rpm.c213 return of_platform_populate(rpdev->dev.of_node, NULL, NULL, &rpdev->dev); in qcom_smd_rpm_probe()
/linux-6.6.21/drivers/usb/dwc3/
Ddwc3-of-simple.c76 ret = of_platform_populate(np, NULL, NULL, dev); in dwc3_of_simple_probe()
Ddwc3-keystone.c156 error = of_platform_populate(node, NULL, NULL, dev); in kdwc3_probe()
/linux-6.6.21/drivers/memory/samsung/
Dexynos-srom.c155 return of_platform_populate(np, NULL, NULL, dev); in exynos_srom_probe()
/linux-6.6.21/arch/powerpc/platforms/52xx/
Dmpc52xx_common.c104 if (of_platform_populate(NULL, mpc52xx_bus_ids, NULL, NULL)) in mpc52xx_declare_of_platform_devices()
/linux-6.6.21/drivers/usb/cdns3/
Dcdns3-ti.c179 error = of_platform_populate(node, NULL, NULL, dev); in cdns_ti_probe()

1234