Searched refs:of_platform_device_create (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/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.1.27/include/linux/ |
D | of_platform.h | 63 extern struct platform_device *of_platform_device_create(struct device_node *np,
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-sensor.c | 91 pdev = of_platform_device_create(sensor, "opal-sensor", NULL); in opal_sensor_init()
|
D | opal-rtc.c | 74 pdev = of_platform_device_create(rtc, "opal-rtc", NULL); in opal_time_init()
|
D | opal.c | 702 of_platform_device_create(np, NULL, NULL); in opal_flash_init() 711 of_platform_device_create(np, NULL, NULL); in opal_ipmi_init() 719 of_platform_device_create(np, NULL, NULL); in opal_i2c_create_devs() 805 of_platform_device_create(np, NULL, NULL); in opal_init()
|
D | rng.c | 150 of_platform_device_create(dn, NULL, NULL); in rng_init()
|
/linux-4.1.27/drivers/of/ |
D | platform.c | 210 struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create() function 216 EXPORT_SYMBOL(of_platform_device_create); 523 pdev = of_platform_device_create(rd->dn, NULL, in of_platform_notify()
|
/linux-4.1.27/drivers/mfd/ |
D | vexpress-sysreg.c | 231 of_platform_device_create(node, NULL, NULL); in vexpress_sysreg_init()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | setup.c | 174 of_platform_device_create(np, NULL, NULL); in cell_publish_devices()
|
/linux-4.1.27/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.1.27/drivers/memory/ |
D | jz4780-nemc.c | 355 if (of_platform_device_create(child, NULL, nemc->dev)) in jz4780_nemc_probe()
|
D | omap-gpmc.c | 2014 if (!of_platform_device_create(child, NULL, &pdev->dev)) in gpmc_probe_generic_child()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | simplefb.c | 408 of_platform_device_create(np, NULL, NULL); in simplefb_init()
|
/linux-4.1.27/drivers/macintosh/ |
D | therm_windtunnel.c | 501 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.1.27/drivers/ata/ |
D | libahci_platform.c | 438 of_platform_device_create(child, NULL, NULL); in ahci_platform_get_resources()
|
/linux-4.1.27/drivers/crypto/caam/ |
D | ctrl.c | 509 of_platform_device_create(np, NULL, dev); in caam_probe()
|
/linux-4.1.27/drivers/hsi/controllers/ |
D | omap_ssi.c | 518 childpdev = of_platform_device_create(child, NULL, &pd->dev); in ssi_probe()
|
/linux-4.1.27/drivers/dma/ |
D | fsl_raid.c | 653 chan_ofdev = of_platform_device_create(np, NULL, dev); in fsl_re_chan_probe()
|