arch/alpha/kernel/setup.c
1363
pd = platform_device_alloc("pcspkr", -1);
arch/arm/mach-omap1/devices.c
130
pdev = platform_device_alloc(name, id);
arch/arm/mach-omap1/dma.c
301
pdev = platform_device_alloc("omap_dma_system", 0);
arch/arm/mach-omap1/mcbsp.c
307
new_mcbsp = platform_device_alloc("omap-mcbsp", i + 1);
arch/arm/mach-omap1/timer.c
106
pdev = platform_device_alloc("omap_timer", i);
arch/arm/mach-pxa/am200epd.c
368
am200_device = platform_device_alloc("metronomefb", -1);
arch/arm/mach-pxa/am300epd.c
273
am300_device = platform_device_alloc("broadsheetfb", -1);
arch/arm/mach-pxa/spitz_pm.c
238
spitzpm_device = platform_device_alloc("sharpsl-pm", -1);
arch/mips/alchemy/devboards/platform.c
177
pd = platform_device_alloc("physmap-flash", 0);
arch/mips/alchemy/devboards/platform.c
94
pd = platform_device_alloc("db1xxx_pcmcia", id);
arch/mips/cavium-octeon/octeon-platform.c
425
pd = platform_device_alloc("octeon_rng", -1);
arch/mips/cobalt/buttons.c
23
pd = platform_device_alloc("Cobalt buttons", -1);
arch/mips/cobalt/lcd.c
23
pdev = platform_device_alloc("cobalt-lcd", -1);
arch/mips/cobalt/led.c
27
pdev = platform_device_alloc("cobalt-qube-leds", -1);
arch/mips/cobalt/led.c
29
pdev = platform_device_alloc("cobalt-raq-leds", -1);
arch/mips/cobalt/rtc.c
31
pdev = platform_device_alloc("rtc_cmos", -1);
arch/mips/cobalt/serial.c
51
pdev = platform_device_alloc("serial8250", -1);
arch/mips/sgi-ip27/ip27-xtalk.c
52
pdev_wd = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO);
arch/mips/sgi-ip27/ip27-xtalk.c
77
pdev_bd = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO);
arch/mips/sgi-ip30/ip30-xtalk.c
62
pdev_wd = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO);
arch/mips/sgi-ip30/ip30-xtalk.c
87
pdev_bd = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO);
arch/mips/sgi-ip32/ip32-platform.c
57
pd = platform_device_alloc("meth", -1);
arch/mips/sgi-ip32/ip32-platform.c
75
pd = platform_device_alloc("sgio2audio", -1);
arch/mips/txx9/generic/setup.c
364
platform_device_alloc("tc35815-mac", id);
arch/mips/txx9/generic/setup.c
558
pdev = platform_device_alloc("physmap-flash", no);
arch/mips/txx9/generic/setup.c
576
struct platform_device *pdev = platform_device_alloc("txx9ndfmc", -1);
arch/mips/txx9/generic/setup.c
669
pdev = platform_device_alloc("leds-gpio", basenum);
arch/mips/txx9/generic/setup.c
729
struct platform_device *pdev = platform_device_alloc("txx9dmac", id);
arch/mips/txx9/generic/setup.c
746
pdev = platform_device_alloc("txx9dmac-chan",
arch/mips/txx9/generic/setup_tx4938.c
371
pdev = platform_device_alloc("tx4938ide", -1);
arch/mips/txx9/rbtx4927/setup.c
330
struct platform_device *pdev = platform_device_alloc("leds-gpio", 0);
arch/powerpc/kernel/setup-common.c
593
pd = platform_device_alloc("pcspkr", -1);
arch/powerpc/platforms/83xx/mpc832x_rdb.c
93
pdev = platform_device_alloc("mpc83xx_spi", i);
arch/powerpc/platforms/powermac/low_i2c.c
1504
platform_device_alloc("i2c-powermac", i++);
arch/um/drivers/rtc_kern.c
197
pdev = platform_device_alloc("uml-rtc", 0);
arch/x86/kernel/pmem.c
29
pdev = platform_device_alloc("e820_pmem", -1);
drivers/acpi/apei/hest.c
228
ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id);
drivers/acpi/arm64/apmt.c
82
pdev = platform_device_alloc(DEV_NAME, PLATFORM_DEVID_AUTO);
drivers/acpi/arm64/iort.c
1933
pdev = platform_device_alloc(ops->name, PLATFORM_DEVID_AUTO);
drivers/acpi/arm64/mpam.c
221
platform_device_alloc("mpam_msc", tbl_msc->identifier);
drivers/auxdisplay/cfag12864bfb.c
140
platform_device_alloc(CFAG12864BFB_NAME, 0);
drivers/base/platform.c
1025
pdev = platform_device_alloc(driver->driver.name, PLATFORM_DEVID_NONE);
drivers/base/platform.c
633
EXPORT_SYMBOL_GPL(platform_device_alloc);
drivers/base/platform.c
852
pdev = platform_device_alloc(pdevinfo->name, pdevinfo->id);
drivers/base/test/platform-device-test.c
143
pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE);
drivers/base/test/platform-device-test.c
182
pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE);
drivers/base/test/platform-device-test.c
64
pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE);
drivers/base/test/platform-device-test.c
93
pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE);
drivers/base/test/test_async_driver_probe.c
85
pdev = platform_device_alloc(name, id);
drivers/char/ipmi/ipmi_plat_data.c
48
pdev = platform_device_alloc(name, inst);
drivers/char/pc8736x_gpio.c
259
pdev = platform_device_alloc(DEVNAME, 0);
drivers/char/scx200_gpio.c
86
pdev = platform_device_alloc(DRVNAME, 0);
drivers/char/sonypi.c
1510
sonypi_platform_device = platform_device_alloc("sonypi", -1);
drivers/char/tpm/tpm_nsc.c
317
pdev = platform_device_alloc("tpm_nscl0", -1);
drivers/clk/imx/clk-scu.c
698
pdev = platform_device_alloc(name, PLATFORM_DEVID_NONE);
drivers/clk/samsung/clk-exynos5-subcmu.c
143
pdev = platform_device_alloc("exynos5-subcmu", PLATFORM_DEVID_AUTO);
drivers/clocksource/timer-gxp.c
182
gxp_watchdog_device = platform_device_alloc("gxp-wdt", -1);
drivers/dax/hmem/device.c
54
pdev = platform_device_alloc("hmem_platform", 0);
drivers/dax/hmem/hmem.c
91
pdev = platform_device_alloc("hmem", id);
drivers/firmware/arm_scmi/common.h
491
spdev = platform_device_alloc("arm-scmi", PLATFORM_DEVID_AUTO); \
drivers/firmware/qcom/qcom_scm.c
2361
qseecom_dev = platform_device_alloc("qcom_qseecom", -1);
drivers/firmware/stratix10-svc.c
1988
svc->stratix10_svc_rsu = platform_device_alloc(STRATIX10_RSU, 0);
drivers/firmware/sysfb.c
196
pd = platform_device_alloc(name, 0);
drivers/firmware/sysfb_simplefb.c
114
pd = platform_device_alloc("simple-framebuffer", 0);
drivers/fpga/dfl-fme-pr.c
188
mgr = platform_device_alloc(DFL_FPGA_FME_MGR, fme->id);
drivers/fpga/dfl-fme-pr.c
243
fme_br->br = platform_device_alloc(DFL_FPGA_FME_BRIDGE,
drivers/fpga/dfl-fme-pr.c
320
fme_region->region = platform_device_alloc(DFL_FPGA_FME_REGION, br->id);
drivers/fpga/dfl.c
871
fdev = platform_device_alloc(fdata->pdev_name, fdata->pdev_id);
drivers/gpio/gpio-f7188x.c
604
f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1);
drivers/gpio/gpio-sch311x.c
389
sch311x_gpio_pdev = platform_device_alloc(DRV_NAME, -1);
drivers/gpu/drm/etnaviv/etnaviv_drv.c
697
pdev = platform_device_alloc(name, PLATFORM_DEVID_NONE);
drivers/gpu/drm/xe/xe_i2c.c
109
pdev = platform_device_alloc(adapter_name, pci_dev_id(pci));
drivers/gpu/ipu-v3/ipu-common.c
1127
pdev = platform_device_alloc(reg->name, id++);
drivers/hwmon/abituguru.c
1586
abituguru_pdev = platform_device_alloc(ABIT_UGURU_NAME, address);
drivers/hwmon/abituguru3.c
1257
abituguru3_pdev = platform_device_alloc(ABIT_UGURU3_NAME,
drivers/hwmon/coretemp.c
635
pdev = platform_device_alloc(DRVNAME, zoneid);
drivers/hwmon/dme1737.c
2595
pdev = platform_device_alloc("dme1737", addr);
drivers/hwmon/f71805f.c
1513
pdev = platform_device_alloc(DRVNAME, address);
drivers/hwmon/f71882fg.c
2622
f71882fg_pdev = platform_device_alloc(DRVNAME, address);
drivers/hwmon/i5k_amb.c
395
amb_pdev = platform_device_alloc(DRVNAME, 0);
drivers/hwmon/ibmaem.c
537
data->pdev = platform_device_alloc(DRVNAME, data->id);
drivers/hwmon/ibmaem.c
677
data->pdev = platform_device_alloc(DRVNAME, data->id);
drivers/hwmon/it87.c
3647
pdev = platform_device_alloc(DRVNAME, address);
drivers/hwmon/lm78.c
927
pdev = platform_device_alloc("lm78", address);
drivers/hwmon/nct6683.c
1460
pdev[i] = platform_device_alloc(DRVNAME, address);
drivers/hwmon/nct6775-platform.c
1564
pdev[i] = platform_device_alloc(DRVNAME, address);
drivers/hwmon/pc87360.c
1708
pdev = platform_device_alloc("pc87360", address);
drivers/hwmon/pc87427.c
1158
pdev = platform_device_alloc(DRVNAME, res[0].start);
drivers/hwmon/sis5595.c
755
pdev = platform_device_alloc(DRIVER_NAME, address);
drivers/hwmon/smsc47b397.c
263
pdev = platform_device_alloc(DRVNAME, address);
drivers/hwmon/via-cputemp.c
218
pdev = platform_device_alloc(DRVNAME, cpu);
drivers/hwmon/via686a.c
825
pdev = platform_device_alloc(DRIVER_NAME, address);
drivers/hwmon/vt1211.c
1253
pdev = platform_device_alloc(DRVNAME, address);
drivers/hwmon/vt8231.c
947
pdev = platform_device_alloc(DRIVER_NAME, address);
drivers/hwmon/w83627hf.c
1933
pdev = platform_device_alloc(DRVNAME, address);
drivers/hwmon/w83781d.c
1945
pdev = platform_device_alloc("w83781d", address);
drivers/i2c/busses/i2c-pxa-pci.c
72
pdev = platform_device_alloc("ce4100-i2c", devnum);
drivers/input/misc/ideapad_slidebar.c
299
slidebar_platform_dev = platform_device_alloc("ideapad_slidebar", -1);
drivers/input/misc/m68kspkr.c
115
m68kspkr_platform_device = platform_device_alloc("m68kspkr", -1);
drivers/input/misc/wistron_btns.c
1356
wistron_device = platform_device_alloc("wistron-bios", -1);
drivers/input/serio/ct82c710.c
209
ct82c710_device = platform_device_alloc("ct82c710", -1);
drivers/input/serio/i8042.c
1626
i8042_platform_device = platform_device_alloc("i8042", -1);
drivers/input/serio/maceps2.c
173
maceps2_device = platform_device_alloc("maceps2", -1);
drivers/input/touchscreen/wm97xx-core.c
590
wm->touch_dev = platform_device_alloc("wm97xx-touch", -1);
drivers/input/touchscreen/wm97xx-core.c
680
wm->battery_dev = platform_device_alloc("wm97xx-battery", -1);
drivers/interconnect/debugfs-client.c
144
pdev = platform_device_alloc("icc-debugfs-client", PLATFORM_DEVID_NONE);
drivers/iommu/fsl_pamu.c
970
pdev = platform_device_alloc("fsl-of-pamu", 0);
drivers/mcb/mcb-lpc.c
114
mcb_lpc_pdev = platform_device_alloc("mcb-lpc", -1);
drivers/media/radio/si4713/si4713.c
1596
si4713_pdev = platform_device_alloc("radio-si4713", -1);
drivers/media/rc/serial_ir.c
742
serial_ir.pdev = platform_device_alloc("serial_ir", 0);
drivers/memory/renesas-rpc-if.c
1039
vdev = platform_device_alloc(name, pdev->id);
drivers/mfd/da903x.c
469
pdev = platform_device_alloc(subdev->name, subdev->id);
drivers/mfd/ezx-pcap.c
346
pdev = platform_device_alloc(subdev->name, subdev->id);
drivers/mfd/mfd-core.c
159
pdev = platform_device_alloc(cell->name, platform_id);
drivers/mfd/omap-usb-host.c
151
child = platform_device_alloc(name, 0);
drivers/mfd/tps6586x.c
392
pdev = platform_device_alloc(subdev->name, subdev->id);
drivers/mfd/tqmx86.c
313
pdev = platform_device_alloc("tqmx86", -1);
drivers/mfd/twl-core.c
745
pdev = platform_device_alloc(DRIVER_NAME, -1);
drivers/mfd/wm8350-core.c
260
*pdev = platform_device_alloc(name, -1);
drivers/mmc/host/wbsd.c
1946
wbsd_device = platform_device_alloc(DRIVER_NAME, -1);
drivers/mtd/maps/pismo.c
104
dev = platform_device_alloc(name, i);
drivers/net/can/cc770/cc770_isa.c
323
platform_device_alloc(KBUILD_MODNAME, idx);
drivers/net/can/sja1000/sja1000_isa.c
261
platform_device_alloc(DRV_NAME, idx);
drivers/net/ethernet/broadcom/genet/bcmmii.c
486
ppdev = platform_device_alloc(UNIMAC_MDIO_DRV_NAME, id);
drivers/net/ethernet/freescale/fman/mac.c
74
pdev = platform_device_alloc("dpaa-ethernet", dpaa_eth_dev_cnt);
drivers/net/ethernet/marvell/mv643xx_eth.c
2777
ppdev = platform_device_alloc(MV643XX_ETH_NAME, dev_num);
drivers/net/wireless/ti/wlcore/sdio.c
315
glue->core = platform_device_alloc(chip_family, PLATFORM_DEVID_AUTO);
drivers/net/wireless/ti/wlcore/spi.c
506
glue->core = platform_device_alloc(pdev_data->family->name,
drivers/of/platform.c
105
dev = platform_device_alloc("", PLATFORM_DEVID_NONE);
drivers/of/platform.c
522
dev = platform_device_alloc("bootx-noscreen", 0);
drivers/pcmcia/i82365.c
1249
i82365_device = platform_device_alloc("i82365", 0);
drivers/pcmcia/pxa2xx_sharpsl.c
228
sharpsl_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1);
drivers/platform/surface/surface3-wmi.c
257
s3_wmi_pdev = platform_device_alloc("surface3-wmi", -1);
drivers/platform/surface/surface_aggregator_cdev.c
776
ssam_cdev_device = platform_device_alloc(SSAM_CDEV_DEVICE_NAME,
drivers/platform/surface/surface_gpe.c
314
pdev = platform_device_alloc("surface_gpe", PLATFORM_DEVID_NONE);
drivers/platform/x86/acer-wmi.c
3250
acer_platform_device = platform_device_alloc("acer-wmi", PLATFORM_DEVID_NONE);
drivers/platform/x86/acerhdf.c
625
acerhdf_dev = platform_device_alloc("acerhdf", PLATFORM_DEVID_NONE);
drivers/platform/x86/amd/hsmp/plat.c
250
amd_hsmp_platdev = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE);
drivers/platform/x86/asus-laptop.c
1638
asus->platform_device = platform_device_alloc(ASUS_LAPTOP_FILE, PLATFORM_DEVID_NONE);
drivers/platform/x86/compal-laptop.c
1061
compal_device = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE);
drivers/platform/x86/dell/dell-laptop.c
2465
platform_device = platform_device_alloc("dell-laptop", PLATFORM_DEVID_NONE);
drivers/platform/x86/dell/dell-smbios-base.c
590
platform_device = platform_device_alloc("dell-smbios", 0);
drivers/platform/x86/dell/dell-smbios-smm.c
118
platform_device = platform_device_alloc("dell-smbios", 1);
drivers/platform/x86/eeepc-laptop.c
447
eeepc->platform_device = platform_device_alloc(EEEPC_LAPTOP_FILE, PLATFORM_DEVID_NONE);
drivers/platform/x86/fujitsu-laptop.c
685
priv->pf_device = platform_device_alloc("fujitsu-laptop", PLATFORM_DEVID_NONE);
drivers/platform/x86/hp/tc1100-wmi.c
234
tc1100_device = platform_device_alloc("tc1100-wmi", PLATFORM_DEVID_NONE);
drivers/platform/x86/intel/oaktrail.c
313
oaktrail_device = platform_device_alloc(DRIVER_NAME, PLATFORM_DEVID_NONE);
drivers/platform/x86/msi-laptop.c
1069
msipf_device = platform_device_alloc("msi-laptop-pf", PLATFORM_DEVID_NONE);
drivers/platform/x86/sony-laptop.c
586
sony_pf_device = platform_device_alloc("sony-laptop", PLATFORM_DEVID_NONE);
drivers/platform/x86/topstar-laptop.c
195
topstar->platform = platform_device_alloc(TOPSTAR_LAPTOP_CLASS, PLATFORM_DEVID_NONE);
drivers/pmdomain/imx/gpc.c
473
pd_pdev = platform_device_alloc("imx-pgc-power-domain",
drivers/pmdomain/imx/gpcv2.c
1503
pd_pdev = platform_device_alloc("imx-pgc-domain",
drivers/powercap/intel_rapl_common.c
2342
rapl_msr_platdev = platform_device_alloc("intel_rapl_msr", 0);
drivers/regulator/wm8350-regulator.c
1187
pdev = platform_device_alloc("wm8350-regulator", reg);
drivers/regulator/wm8350-regulator.c
1247
pdev = platform_device_alloc("wm8350-led", lednum);
drivers/reset/reset-rzg2l-usbphy-ctrl.c
244
vdev = platform_device_alloc("rzg2l-usb-vbus-regulator", pdev->id);
drivers/rtc/rtc-stmp3xxx.c
103
platform_device_alloc("stmp3xxx_rtc_wdt", rtc_pdev->id);
drivers/rtc/rtc-test.c
161
pdev[i] = platform_device_alloc("rtc-test", i);
drivers/slimbus/qcom-ngd-ctrl.c
1530
ngd->pdev = platform_device_alloc(QCOM_SLIM_NGD_DRV_NAME, id);
drivers/spi/spi-topcliff-pch.c
1558
pd_dev = platform_device_alloc("pch-spi", i);
drivers/tty/serial/8250/8250_exar.c
1145
pdev = platform_device_alloc("gpio_exar", PLATFORM_DEVID_AUTO);
drivers/tty/serial/8250/8250_platform.c
321
serial8250_isa_devs = platform_device_alloc("serial8250", PLAT8250_DEV_LEGACY);
drivers/tty/serial/kgdboc.c
305
kgdboc_pdev = platform_device_alloc("kgdboc", PLATFORM_DEVID_NONE);
drivers/tty/serial/serial_txx9.c
1208
serial_txx9_plat_devs = platform_device_alloc("serial_txx9", -1);
drivers/usb/cdns3/host.c
77
xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO);
drivers/usb/chipidea/core.c
898
pdev = platform_device_alloc("ci_hdrc", id);
drivers/usb/dwc2/pci.c
76
dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO);
drivers/usb/dwc3/dwc3-haps.c
60
dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO);
drivers/usb/dwc3/dwc3-pci.c
350
dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO);
drivers/usb/dwc3/host.c
147
xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO);
drivers/usb/gadget/udc/dummy_hcd.c
2814
the_hcd_pdev[i] = platform_device_alloc(driver_name, i);
drivers/usb/gadget/udc/dummy_hcd.c
2823
the_udc_pdev[i] = platform_device_alloc(gadget_name, i);
drivers/usb/host/bcma-hcd.c
317
hci_dev = platform_device_alloc(name, 0);
drivers/usb/host/fsl-mph-dr-of.c
88
pdev = platform_device_alloc(name, id);
drivers/usb/host/ssb-hcd.c
118
hci_dev = platform_device_alloc(ohci ? "ohci-platform" :
drivers/usb/host/xhci-ext-caps.c
37
pdev = platform_device_alloc(USB_SW_DRV_NAME, PLATFORM_DEVID_NONE);
drivers/usb/musb/jz4740.c
254
musb = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO);
drivers/usb/musb/mpfs.c
269
musb_pdev = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO);
drivers/usb/musb/musb_dsps.c
751
musb = platform_device_alloc("musb-hdrc",
drivers/usb/musb/omap2430.c
322
musb = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO);
drivers/usb/musb/ux500.c
243
musb = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO);
drivers/usb/usbip/vudc_dev.c
500
udc_dev->pdev = platform_device_alloc(GADGET_NAME, devid);
drivers/video/fbdev/arcfb.c
568
arcfb_device = platform_device_alloc("arcfb", 0);
drivers/video/fbdev/gbefb.c
1264
gbefb_device = platform_device_alloc("gbefb", 0);
drivers/video/fbdev/n411.c
164
n411_device = platform_device_alloc("hecubafb", -1);
drivers/video/fbdev/uvesafb.c
1890
uvesafb_device = platform_device_alloc("uvesafb", 0);
drivers/video/fbdev/vfb.c
522
vfb_device = platform_device_alloc("vfb", 0);
drivers/video/fbdev/via/via-core.c
517
info->platdev = platform_device_alloc(info->name, -1);
drivers/w1/slaves/w1_ds2780.c
119
pdev = platform_device_alloc("ds2780-battery", PLATFORM_DEVID_AUTO);
drivers/w1/slaves/w1_ds2781.c
116
pdev = platform_device_alloc("ds2781-battery", PLATFORM_DEVID_AUTO);
drivers/watchdog/lenovo_se10_wdt.c
231
se10_pdev = platform_device_alloc("lenovo-se10-wdt", -1);
drivers/watchdog/lenovo_se30_wdt.c
311
pdev = platform_device_alloc(LNV_SE30_NAME, -1);
include/linux/platform_device.h
223
extern struct platform_device *platform_device_alloc(const char *name, int id);
lib/kunit/platform.c
24
pdev = platform_device_alloc(params->name, params->id);
samples/qmi/qmi_sample_client.c
540
pdev = platform_device_alloc("qmi_sample_client", PLATFORM_DEVID_AUTO);
sound/drivers/mts64.c
825
device = platform_device_alloc(PLATFORM_DRIVER, device_count);
sound/drivers/portman2x4.c
622
device = platform_device_alloc(PLATFORM_DRIVER, device_count);
sound/soc/fsl/efika-audio-fabric.c
72
pdev = platform_device_alloc("soc-audio", 1);
sound/soc/fsl/pcm030-audio-fabric.c
90
pdata->codec_device = platform_device_alloc("wm9712-codec", -1);
sound/soc/renesas/migor.c
170
migor_snd_device = platform_device_alloc("soc-audio", 1);
sound/soc/renesas/sh7760-ac97.c
47
sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1);
sound/soc/samsung/i2s.c
1359
pdev_sec = platform_device_alloc(devname, -1);
sound/soc/samsung/smdk_spdif.c
171
smdk_snd_spdif_dit_device = platform_device_alloc("spdif-dit", -1);
sound/soc/samsung/smdk_spdif.c
179
smdk_snd_spdif_device = platform_device_alloc("soc-audio", -1);
sound/soc/ti/n810.c
298
n810_snd_device = platform_device_alloc("soc-audio", -1);
sound/soc/ti/omap3pandora.c
233
omap3pandora_snd_device = platform_device_alloc("soc-audio", -1);
sound/soc/ti/osk5912.c
118
osk_snd_device = platform_device_alloc("soc-audio", -1);
tools/testing/cxl/test/cxl.c
1156
pdev = platform_device_alloc("cxl_host_bridge", idx);
tools/testing/cxl/test/cxl.c
1213
pdev = platform_device_alloc("cxl_host_bridge",
tools/testing/cxl/test/cxl.c
1238
pdev = platform_device_alloc("cxl_root_port",
tools/testing/cxl/test/cxl.c
1256
pdev = platform_device_alloc("cxl_switch_uport",
tools/testing/cxl/test/cxl.c
1275
pdev = platform_device_alloc("cxl_switch_dport",
tools/testing/cxl/test/cxl.c
1353
pdev = platform_device_alloc("cxl_mem", i);
tools/testing/cxl/test/cxl.c
1371
pdev = platform_device_alloc("cxl_mem", NR_MEM_MULTI + i);
tools/testing/cxl/test/cxl.c
1390
pdev = platform_device_alloc("cxl_rcd", idx);
tools/testing/cxl/test/cxl.c
1461
pdev = platform_device_alloc("cxl_host_bridge", i);
tools/testing/cxl/test/cxl.c
1485
pdev = platform_device_alloc("cxl_root_port", i);
tools/testing/cxl/test/cxl.c
1503
pdev = platform_device_alloc("cxl_switch_uport", i);
tools/testing/cxl/test/cxl.c
1521
pdev = platform_device_alloc("cxl_switch_dport", i);
tools/testing/cxl/test/cxl.c
1542
cxl_acpi = platform_device_alloc("cxl_acpi", 0);