Home
last modified time | relevance | path

Searched refs:of_platform_device_create (Results 1 – 21 of 21) sorted by relevance

/drivers/of/
Dplatform.c209 struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create() function
215 EXPORT_SYMBOL(of_platform_device_create);
533 of_platform_device_create(node, NULL, NULL); in of_platform_default_populate_init()
689 pdev = of_platform_device_create(rd->dn, NULL, in of_platform_notify()
/drivers/misc/cxl/
Dbase.c118 dev = of_platform_device_create(np, NULL, NULL); in cxl_base_init()
/drivers/memory/
Dpl353-smc.c124 of_platform_device_create(child, NULL, &adev->dev); in pl353_smc_probe()
Djz4780-nemc.c378 if (of_platform_device_create(child, NULL, nemc->dev)) in jz4780_nemc_probe()
Domap-gpmc.c2249 if (!of_platform_device_create(child, NULL, &pdev->dev)) in gpmc_probe_generic_child()
/drivers/macintosh/ams/
Dams-core.c149 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL); in ams_sensor_attach()
/drivers/mmc/host/
Dcavium-thunderx.c139 host->slot_pdev[i] = of_platform_device_create(child_node, NULL, in thunder_mmc_probe()
Dcavium-octeon.c271 of_platform_device_create(cn, NULL, &pdev->dev); in octeon_mmc_probe()
Dsdhci-of-aspeed.c563 cpdev = of_platform_device_create(child, NULL, &pdev->dev); in aspeed_sdc_probe()
Dmeson-mx-sdio.c523 pdev = of_platform_device_create(slot_node, NULL, parent); in meson_mx_mmc_slot_pdev()
/drivers/irqchip/
Dirq-mbigen.c249 child = of_platform_device_create(np, NULL, parent); in mbigen_of_create_domain()
/drivers/macintosh/
Dtherm_windtunnel.c534 x.of_dev = of_platform_device_create(np, "temperature", NULL); in g4fan_init()
Dtherm_adt746x.c425 th->pdev = of_platform_device_create(np, "temperatures", NULL); in thermostat_create_files()
Dsmu.c643 of_platform_device_create(np, "smu-sensors", in smu_expose_childs()
/drivers/video/fbdev/
Dsimplefb.c562 of_platform_device_create(np, NULL, NULL); in simplefb_init()
/drivers/ata/
Dlibahci_platform.c510 of_platform_device_create(child, NULL, NULL); in ahci_platform_get_resources()
/drivers/hsi/controllers/
Domap_ssi_core.c525 childpdev = of_platform_device_create(child, NULL, &pd->dev); in ssi_probe()
/drivers/dma/
Dfsl_raid.c643 chan_ofdev = of_platform_device_create(np, NULL, dev); in fsl_re_chan_probe()
/drivers/fsi/
Dfsi-sbefifo.c990 child = of_platform_device_create(np, child_name, dev); in sbefifo_probe()
/drivers/phy/ti/
Dphy-j721e-wiz.c1292 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()
/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c2722 mdio_pdev = of_platform_device_create(node, NULL, dev); in am65_cpsw_nuss_probe()