/Linux-v6.1/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); 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/ |
D | of_platform.h | 70 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/ |
D | setup.c | 467 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/ |
D | opal-rtc.c | 70 pdev = of_platform_device_create(rtc, "opal-rtc", NULL); in opal_time_init()
|
D | opal-sensor.c | 126 pdev = of_platform_device_create(sensor, "opal-sensor", NULL); in opal_sensor_init()
|
D | opal.c | 946 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()
|
D | rng.c | 195 of_platform_device_create(dn, NULL, NULL); in pnv_rng_late_init()
|
D | vas.c | 240 of_platform_device_create(dn, NULL, NULL); in vas_init()
|
/Linux-v6.1/drivers/usb/misc/ |
D | onboard_usb_hub_pdevs.c | 104 pdev = of_platform_device_create(np, NULL, &parent_hub->dev); in onboard_hub_create_pdevs()
|
/Linux-v6.1/drivers/misc/cxl/ |
D | base.c | 118 dev = of_platform_device_create(np, NULL, NULL); in cxl_base_init()
|
/Linux-v6.1/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()
|
/Linux-v6.1/arch/powerpc/platforms/cell/ |
D | setup.c | 167 of_platform_device_create(np, NULL, NULL); in cell_publish_devices()
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-mbigen.c | 249 child = of_platform_device_create(np, NULL, parent); in mbigen_of_create_domain()
|
/Linux-v6.1/drivers/bus/ |
D | imx-weim.c | 334 if (!of_platform_device_create(rd->dn, NULL, &pdev->dev)) { in of_weim_notify()
|
/Linux-v6.1/drivers/clk/tegra/ |
D | clk.c | 421 pdev = of_platform_device_create(np, dev_name, &parent->dev); in tegra_clk_dev_register()
|
/Linux-v6.1/drivers/macintosh/ |
D | therm_windtunnel.c | 533 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()
|
/Linux-v6.1/drivers/ata/ |
D | libahci_platform.c | 601 of_platform_device_create(child, NULL, NULL); in ahci_platform_get_resources()
|
/Linux-v6.1/drivers/fsi/ |
D | fsi-occ.c | 691 hwmon_dev = of_platform_device_create(hwmon_node, child_name, dev); in occ_probe()
|
/Linux-v6.1/drivers/hsi/controllers/ |
D | omap_ssi_core.c | 523 childpdev = of_platform_device_create(child, NULL, &pd->dev); in ssi_probe()
|