/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | setup.c | 497 of_platform_device_create(np, "valkyrie", NULL); in pmac_declare_of_platform_devices() 502 of_platform_device_create(np, "platinum", NULL); in pmac_declare_of_platform_devices() 507 of_platform_device_create(np, "smu", NULL); in pmac_declare_of_platform_devices() 516 of_platform_device_create(np, "temperature", NULL); in pmac_declare_of_platform_devices()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-sensor.c | 91 pdev = of_platform_device_create(sensor, "opal-sensor", NULL); in opal_sensor_init()
|
D | opal.c | 650 of_platform_device_create(np, NULL, NULL); in opal_pdev_init() 658 of_platform_device_create(np, NULL, NULL); in opal_i2c_create_devs() 707 of_platform_device_create(np, NULL, NULL); in opal_init() 733 of_platform_device_create(leds, "opal_leds", NULL); in opal_init()
|
D | opal-rtc.c | 74 pdev = of_platform_device_create(rtc, "opal-rtc", NULL); in opal_time_init()
|
D | rng.c | 150 of_platform_device_create(dn, NULL, NULL); in rng_init()
|
/linux-4.4.14/include/linux/ |
D | of_platform.h | 63 extern struct platform_device *of_platform_device_create(struct device_node *np,
|
/linux-4.4.14/drivers/of/ |
D | platform.c | 211 struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create() function 217 EXPORT_SYMBOL(of_platform_device_create); 537 pdev = of_platform_device_create(rd->dn, NULL, in of_platform_notify()
|
/linux-4.4.14/drivers/mfd/ |
D | vexpress-sysreg.c | 231 of_platform_device_create(node, NULL, NULL); in vexpress_sysreg_init()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | setup.c | 174 of_platform_device_create(np, NULL, NULL); in cell_publish_devices()
|
/linux-4.4.14/drivers/macintosh/ams/ |
D | ams-core.c | 162 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL); in ams_sensor_attach()
|
/linux-4.4.14/drivers/memory/ |
D | jz4780-nemc.c | 355 if (of_platform_device_create(child, NULL, nemc->dev)) in jz4780_nemc_probe()
|
D | omap-gpmc.c | 2013 if (!of_platform_device_create(child, NULL, &pdev->dev)) in gpmc_probe_generic_child()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | simplefb.c | 409 of_platform_device_create(np, NULL, NULL); in simplefb_init()
|
/linux-4.4.14/drivers/macintosh/ |
D | therm_windtunnel.c | 503 x.of_dev = of_platform_device_create(np, "temperature", NULL); in g4fan_init()
|
D | therm_adt746x.c | 424 th->pdev = of_platform_device_create(np, "temperatures", NULL); in thermostat_create_files()
|
D | smu.c | 636 of_platform_device_create(np, "smu-sensors", in smu_expose_childs()
|
/linux-4.4.14/drivers/ata/ |
D | libahci_platform.c | 438 of_platform_device_create(child, NULL, NULL); in ahci_platform_get_resources()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | ctrl.c | 598 of_platform_device_create(np, NULL, dev); in caam_probe()
|
/linux-4.4.14/drivers/hsi/controllers/ |
D | omap_ssi.c | 505 childpdev = of_platform_device_create(child, NULL, &pd->dev); in ssi_probe()
|
/linux-4.4.14/drivers/dma/ |
D | fsl_raid.c | 653 chan_ofdev = of_platform_device_create(np, NULL, dev); in fsl_re_chan_probe()
|
/linux-4.4.14/drivers/iommu/ |
D | exynos-iommu.c | 1244 pdev = of_platform_device_create(np, NULL, platform_bus_type.dev_root); in exynos_iommu_of_setup()
|