Searched refs:of_platform_device_create (Results 1 – 21 of 21) sorted by relevance
/drivers/of/ |
D | platform.c | 209 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/ |
D | base.c | 118 dev = of_platform_device_create(np, NULL, NULL); in cxl_base_init()
|
/drivers/memory/ |
D | pl353-smc.c | 124 of_platform_device_create(child, NULL, &adev->dev); in pl353_smc_probe()
|
D | jz4780-nemc.c | 378 if (of_platform_device_create(child, NULL, nemc->dev)) in jz4780_nemc_probe()
|
D | omap-gpmc.c | 2249 if (!of_platform_device_create(child, NULL, &pdev->dev)) in gpmc_probe_generic_child()
|
/drivers/macintosh/ams/ |
D | ams-core.c | 149 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL); in ams_sensor_attach()
|
/drivers/mmc/host/ |
D | cavium-thunderx.c | 139 host->slot_pdev[i] = of_platform_device_create(child_node, NULL, in thunder_mmc_probe()
|
D | cavium-octeon.c | 271 of_platform_device_create(cn, NULL, &pdev->dev); in octeon_mmc_probe()
|
D | sdhci-of-aspeed.c | 563 cpdev = of_platform_device_create(child, NULL, &pdev->dev); in aspeed_sdc_probe()
|
D | meson-mx-sdio.c | 523 pdev = of_platform_device_create(slot_node, NULL, parent); in meson_mx_mmc_slot_pdev()
|
/drivers/irqchip/ |
D | irq-mbigen.c | 249 child = of_platform_device_create(np, NULL, parent); in mbigen_of_create_domain()
|
/drivers/macintosh/ |
D | therm_windtunnel.c | 534 x.of_dev = of_platform_device_create(np, "temperature", NULL); in g4fan_init()
|
D | therm_adt746x.c | 425 th->pdev = of_platform_device_create(np, "temperatures", NULL); in thermostat_create_files()
|
D | smu.c | 643 of_platform_device_create(np, "smu-sensors", in smu_expose_childs()
|
/drivers/video/fbdev/ |
D | simplefb.c | 562 of_platform_device_create(np, NULL, NULL); in simplefb_init()
|
/drivers/ata/ |
D | libahci_platform.c | 510 of_platform_device_create(child, NULL, NULL); in ahci_platform_get_resources()
|
/drivers/hsi/controllers/ |
D | omap_ssi_core.c | 525 childpdev = of_platform_device_create(child, NULL, &pd->dev); in ssi_probe()
|
/drivers/dma/ |
D | fsl_raid.c | 643 chan_ofdev = of_platform_device_create(np, NULL, dev); in fsl_re_chan_probe()
|
/drivers/fsi/ |
D | fsi-sbefifo.c | 990 child = of_platform_device_create(np, child_name, dev); in sbefifo_probe()
|
/drivers/phy/ti/ |
D | phy-j721e-wiz.c | 1292 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()
|
/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 2722 mdio_pdev = of_platform_device_create(node, NULL, dev); in am65_cpsw_nuss_probe()
|