/Linux-v5.10/arch/mips/cobalt/ |
D | led.c | 27 pdev = platform_device_alloc("cobalt-qube-leds", -1); in cobalt_led_add() 29 pdev = platform_device_alloc("cobalt-raq-leds", -1); in cobalt_led_add()
|
D | buttons.c | 23 pd = platform_device_alloc("Cobalt buttons", -1); in cobalt_add_buttons()
|
D | lcd.c | 23 pdev = platform_device_alloc("cobalt-lcd", -1); in cobalt_lcd_add()
|
D | rtc.c | 31 pdev = platform_device_alloc("rtc_cmos", -1); in cobalt_rtc_add()
|
D | serial.c | 51 pdev = platform_device_alloc("serial8250", -1); in cobalt_uart_add()
|
/Linux-v5.10/sound/soc/fsl/ |
D | phycore-ac97.c | 78 imx_phycore_snd_ac97_device = platform_device_alloc("soc-audio", -1); in imx_phycore_init() 87 imx_phycore_snd_device = platform_device_alloc("wm9712-codec", -1); in imx_phycore_init()
|
D | efika-audio-fabric.c | 72 pdev = platform_device_alloc("soc-audio", 1); in efika_fabric_init()
|
/Linux-v5.10/arch/mips/sgi-ip32/ |
D | ip32-platform.c | 57 pd = platform_device_alloc("meth", -1); in meth_devinit() 75 pd = platform_device_alloc("sgio2audio", -1); in sgio2audio_devinit()
|
/Linux-v5.10/drivers/mfd/ |
D | ucb1400_core.c | 80 ucb->ucb1400_gpio = platform_device_alloc("ucb1400_gpio", -1); in ucb1400_core_probe() 101 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()
|
/Linux-v5.10/arch/mips/sgi-ip30/ |
D | ip30-xtalk.c | 59 pdev = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO); in bridge_platform_create() 71 pdev = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO); in bridge_platform_create()
|
/Linux-v5.10/arch/mips/txx9/generic/ |
D | setup.c | 433 platform_device_alloc("tc35815-mac", id); in txx9_ethaddr_init() 642 pdev = platform_device_alloc("physmap-flash", no); in txx9_physmap_flash_init() 660 struct platform_device *pdev = platform_device_alloc("txx9ndfmc", -1); in txx9_ndfmc_init() 751 pdev = platform_device_alloc("leds-gpio", basenum); in txx9_iocled_init() 811 struct platform_device *pdev = platform_device_alloc("txx9dmac", id); in txx9_dmac_init() 828 pdev = platform_device_alloc("txx9dmac-chan", in txx9_dmac_init() 868 platform_device_alloc("txx9aclc-ac97", -1); in txx9_aclc_init()
|
/Linux-v5.10/sound/soc/samsung/ |
D | smdk_spdif.c | 171 smdk_snd_spdif_dit_device = platform_device_alloc("spdif-dit", -1); in smdk_init() 179 smdk_snd_spdif_device = platform_device_alloc("soc-audio", -1); in smdk_init()
|
/Linux-v5.10/arch/x86/kernel/ |
D | pmem.c | 29 pdev = platform_device_alloc("e820_pmem", -1); in register_e820_pmem()
|
/Linux-v5.10/arch/mips/sgi-ip27/ |
D | ip27-xtalk.c | 49 pdev = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO); in bridge_platform_create() 61 pdev = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO); in bridge_platform_create()
|
/Linux-v5.10/drivers/fpga/ |
D | dfl-fme-pr.c | 189 mgr = platform_device_alloc(DFL_FPGA_FME_MGR, fme->id); in dfl_fme_create_mgr() 244 fme_br->br = platform_device_alloc(DFL_FPGA_FME_BRIDGE, in dfl_fme_create_bridge() 321 fme_region->region = platform_device_alloc(DFL_FPGA_FME_REGION, br->id); in dfl_fme_create_region()
|
/Linux-v5.10/sound/soc/sh/ |
D | sh7760-ac97.c | 47 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1); in sh7760_ac97_init()
|
/Linux-v5.10/arch/mips/alchemy/devboards/ |
D | platform.c | 94 pd = platform_device_alloc("db1xxx_pcmcia", id); in db1x_register_pcmcia_socket() 177 pd = platform_device_alloc("physmap-flash", 0); in db1x_register_norflash()
|
/Linux-v5.10/sound/soc/pxa/ |
D | em-x270.c | 68 em_x270_snd_device = platform_device_alloc("soc-audio", -1); in em_x270_init()
|
/Linux-v5.10/drivers/regulator/ |
D | dummy.c | 71 dummy_pdev = platform_device_alloc("reg-dummy", -1); in regulator_dummy_init()
|
/Linux-v5.10/sound/soc/txx9/ |
D | txx9aclc-generic.c | 45 soc_pdev = platform_device_alloc("soc-audio", -1); in txx9aclc_generic_probe()
|
/Linux-v5.10/arch/mips/vr41xx/common/ |
D | rtc.c | 69 pdev = platform_device_alloc("RTC", -1); in vr41xx_rtc_add()
|
/Linux-v5.10/drivers/pcmcia/ |
D | pxa2xx_cm_x270.c | 81 cmx270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx270_pcmcia_init()
|
D | pxa2xx_palmld.c | 82 palmld_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmld_pcmcia_init()
|
D | pxa2xx_palmtx.c | 84 palmtx_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmtx_pcmcia_init()
|
/Linux-v5.10/drivers/usb/cdns3/ |
D | host.c | 26 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO); in __cdns3_host_init()
|