Home
last modified time | relevance | path

Searched refs:platform_device_alloc (Results 1 – 25 of 222) sorted by relevance

123456789

/Linux-v5.10/arch/mips/cobalt/
Dled.c27 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()
Dbuttons.c23 pd = platform_device_alloc("Cobalt buttons", -1); in cobalt_add_buttons()
Dlcd.c23 pdev = platform_device_alloc("cobalt-lcd", -1); in cobalt_lcd_add()
Drtc.c31 pdev = platform_device_alloc("rtc_cmos", -1); in cobalt_rtc_add()
Dserial.c51 pdev = platform_device_alloc("serial8250", -1); in cobalt_uart_add()
/Linux-v5.10/sound/soc/fsl/
Dphycore-ac97.c78 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()
Defika-audio-fabric.c72 pdev = platform_device_alloc("soc-audio", 1); in efika_fabric_init()
/Linux-v5.10/arch/mips/sgi-ip32/
Dip32-platform.c57 pd = platform_device_alloc("meth", -1); in meth_devinit()
75 pd = platform_device_alloc("sgio2audio", -1); in sgio2audio_devinit()
/Linux-v5.10/drivers/mfd/
Ducb1400_core.c80 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/
Dip30-xtalk.c59 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/
Dsetup.c433 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/
Dsmdk_spdif.c171 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/
Dpmem.c29 pdev = platform_device_alloc("e820_pmem", -1); in register_e820_pmem()
/Linux-v5.10/arch/mips/sgi-ip27/
Dip27-xtalk.c49 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/
Ddfl-fme-pr.c189 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/
Dsh7760-ac97.c47 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1); in sh7760_ac97_init()
/Linux-v5.10/arch/mips/alchemy/devboards/
Dplatform.c94 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/
Dem-x270.c68 em_x270_snd_device = platform_device_alloc("soc-audio", -1); in em_x270_init()
/Linux-v5.10/drivers/regulator/
Ddummy.c71 dummy_pdev = platform_device_alloc("reg-dummy", -1); in regulator_dummy_init()
/Linux-v5.10/sound/soc/txx9/
Dtxx9aclc-generic.c45 soc_pdev = platform_device_alloc("soc-audio", -1); in txx9aclc_generic_probe()
/Linux-v5.10/arch/mips/vr41xx/common/
Drtc.c69 pdev = platform_device_alloc("RTC", -1); in vr41xx_rtc_add()
/Linux-v5.10/drivers/pcmcia/
Dpxa2xx_cm_x270.c81 cmx270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx270_pcmcia_init()
Dpxa2xx_palmld.c82 palmld_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmld_pcmcia_init()
Dpxa2xx_palmtx.c84 palmtx_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmtx_pcmcia_init()
/Linux-v5.10/drivers/usb/cdns3/
Dhost.c26 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO); in __cdns3_host_init()

123456789