Symbol: of_platform_device_create
arch/powerpc/platforms/powermac/setup.c
458
of_platform_device_create(np, "valkyrie", NULL);
arch/powerpc/platforms/powermac/setup.c
463
of_platform_device_create(np, "platinum", NULL);
arch/powerpc/platforms/powermac/setup.c
468
of_platform_device_create(np, "smu", NULL);
arch/powerpc/platforms/powermac/setup.c
477
of_platform_device_create(np, "temperature", NULL);
arch/powerpc/platforms/powernv/opal-rtc.c
71
pdev = of_platform_device_create(rtc, "opal-rtc", NULL);
arch/powerpc/platforms/powernv/opal-sensor.c
128
pdev = of_platform_device_create(sensor, "opal-sensor", NULL);
arch/powerpc/platforms/powernv/opal.c
1006
of_platform_device_create(np, NULL, NULL);
arch/powerpc/platforms/powernv/opal.c
1038
of_platform_device_create(leds, "opal_leds", NULL);
arch/powerpc/platforms/powernv/opal.c
937
of_platform_device_create(np, NULL, NULL);
arch/powerpc/platforms/powernv/opal.c
946
of_platform_device_create(np, NULL, NULL);
arch/powerpc/platforms/powernv/rng.c
195
of_platform_device_create(dn, NULL, NULL);
arch/powerpc/platforms/powernv/vas.c
240
of_platform_device_create(dn, NULL, NULL);
drivers/ata/libahci_platform.c
623
of_platform_device_create(child, NULL, NULL);
drivers/bus/imx-weim.c
336
if (!of_platform_device_create(rd->dn, NULL, &pdev->dev)) {
drivers/clk/tegra/clk.c
417
pdev = of_platform_device_create(np, dev_name, &parent->dev);
drivers/dma/fsl_raid.c
644
chan_ofdev = of_platform_device_create(np, NULL, dev);
drivers/fsi/fsi-occ.c
686
hwmon_dev = of_platform_device_create(hwmon_node, child_name, dev);
drivers/fsi/fsi-sbefifo.c
1077
child = of_platform_device_create(np, child_name, dev);
drivers/hsi/controllers/omap_ssi_core.c
518
childpdev = of_platform_device_create(child, NULL, &pd->dev);
drivers/irqchip/irq-mbigen.c
243
child = of_platform_device_create(np, NULL, NULL);
drivers/macintosh/ams/ams-core.c
149
ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL);
drivers/macintosh/smu.c
638
of_platform_device_create(np, "smu-sensors",
drivers/macintosh/therm_adt746x.c
426
th->pdev = of_platform_device_create(np, "temperatures", NULL);
drivers/macintosh/therm_windtunnel.c
534
x.of_dev = of_platform_device_create(np, "temperature", NULL);
drivers/memory/jz4780-nemc.c
377
if (of_platform_device_create(child, NULL, nemc->dev))
drivers/memory/omap-gpmc.c
2290
if (!of_platform_device_create(child, NULL, &pdev->dev))
drivers/memory/pl353-smc.c
101
of_platform_device_create(child, NULL, &adev->dev);
drivers/mmc/host/cavium-octeon.c
273
of_platform_device_create(cn, NULL, &pdev->dev);
drivers/mmc/host/cavium-thunderx.c
140
host->slot_pdev[i] = of_platform_device_create(child_node, NULL,
drivers/mmc/host/meson-mx-sdio.c
513
pdev = of_platform_device_create(slot_node, NULL, parent);
drivers/mmc/host/sdhci-of-aspeed.c
554
cpdev = of_platform_device_create(child, NULL, &pdev->dev);
drivers/net/ethernet/ti/am65-cpsw-nuss.c
3605
mdio_pdev = of_platform_device_create(node, NULL, dev);
drivers/of/platform.c
203
EXPORT_SYMBOL(of_platform_device_create);
drivers/of/platform.c
541
dev = of_platform_device_create(node, "of-display", NULL);
drivers/of/platform.c
557
of_platform_device_create(node, buf, NULL);
drivers/of/platform.c
567
of_platform_device_create(node, NULL, NULL);
drivers/of/platform.c
588
of_platform_device_create(node, NULL, NULL);
drivers/of/platform.c
748
pdev = of_platform_device_create(rd->dn, NULL,
drivers/pci/pwrctrl/core.c
338
pdev = of_platform_device_create(np, NULL, parent);
drivers/phy/ti/phy-j721e-wiz.c
1620
serdes_pdev = of_platform_device_create(child_node, NULL, dev);
drivers/remoteproc/qcom_q6v5_mss.c
2167
qproc->bam_dmux = of_platform_device_create(node, NULL, &pdev->dev);
drivers/usb/misc/onboard_usb_dev_pdevs.c
105
pdev = of_platform_device_create(np, NULL, &parent_hub->dev);
include/linux/of_platform.h
74
extern struct platform_device *of_platform_device_create(struct device_node *np,