Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/of/
Dplatform.c211 struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create() function
217 EXPORT_SYMBOL(of_platform_device_create);
559 dev = of_platform_device_create(node, "of-display", NULL); in of_platform_default_populate_init()
568 of_platform_device_create(node, "of-display", NULL); in of_platform_default_populate_init()
578 of_platform_device_create(node, NULL, NULL); in of_platform_default_populate_init()
587 of_platform_device_create(node, NULL, NULL); in of_platform_default_populate_init()
738 pdev = of_platform_device_create(rd->dn, NULL, in of_platform_notify()
/Linux-v6.1/include/linux/
Dof_platform.h70 extern struct platform_device *of_platform_device_create(struct device_node *np,
90 static inline struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create() function
/Linux-v6.1/arch/powerpc/platforms/powermac/
Dsetup.c467 of_platform_device_create(np, "valkyrie", NULL); in pmac_declare_of_platform_devices()
472 of_platform_device_create(np, "platinum", NULL); in pmac_declare_of_platform_devices()
477 of_platform_device_create(np, "smu", NULL); in pmac_declare_of_platform_devices()
486 of_platform_device_create(np, "temperature", NULL); in pmac_declare_of_platform_devices()
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dopal-rtc.c70 pdev = of_platform_device_create(rtc, "opal-rtc", NULL); in opal_time_init()
Dopal-sensor.c126 pdev = of_platform_device_create(sensor, "opal-sensor", NULL); in opal_sensor_init()
Dopal.c946 of_platform_device_create(np, NULL, NULL); in opal_pdev_init()
955 of_platform_device_create(np, NULL, NULL); in opal_imc_init_dev()
1015 of_platform_device_create(np, NULL, NULL); in opal_init()
1047 of_platform_device_create(leds, "opal_leds", NULL); in opal_init()
Drng.c195 of_platform_device_create(dn, NULL, NULL); in pnv_rng_late_init()
Dvas.c240 of_platform_device_create(dn, NULL, NULL); in vas_init()
/Linux-v6.1/drivers/usb/misc/
Donboard_usb_hub_pdevs.c104 pdev = of_platform_device_create(np, NULL, &parent_hub->dev); in onboard_hub_create_pdevs()
/Linux-v6.1/drivers/misc/cxl/
Dbase.c118 dev = of_platform_device_create(np, NULL, NULL); in cxl_base_init()
/Linux-v6.1/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()
/Linux-v6.1/arch/powerpc/platforms/cell/
Dsetup.c167 of_platform_device_create(np, NULL, NULL); in cell_publish_devices()
/Linux-v6.1/drivers/macintosh/ams/
Dams-core.c149 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL); in ams_sensor_attach()
/Linux-v6.1/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()
/Linux-v6.1/drivers/irqchip/
Dirq-mbigen.c249 child = of_platform_device_create(np, NULL, parent); in mbigen_of_create_domain()
/Linux-v6.1/drivers/bus/
Dimx-weim.c334 if (!of_platform_device_create(rd->dn, NULL, &pdev->dev)) { in of_weim_notify()
/Linux-v6.1/drivers/clk/tegra/
Dclk.c421 pdev = of_platform_device_create(np, dev_name, &parent->dev); in tegra_clk_dev_register()
/Linux-v6.1/drivers/macintosh/
Dtherm_windtunnel.c533 x.of_dev = of_platform_device_create(np, "temperature", NULL); in g4fan_init()
Dtherm_adt746x.c424 th->pdev = of_platform_device_create(np, "temperatures", NULL); in thermostat_create_files()
/Linux-v6.1/drivers/ata/
Dlibahci_platform.c601 of_platform_device_create(child, NULL, NULL); in ahci_platform_get_resources()
/Linux-v6.1/drivers/fsi/
Dfsi-occ.c691 hwmon_dev = of_platform_device_create(hwmon_node, child_name, dev); in occ_probe()
/Linux-v6.1/drivers/hsi/controllers/
Domap_ssi_core.c523 childpdev = of_platform_device_create(child, NULL, &pd->dev); in ssi_probe()

12