Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/arch/mips/cobalt/
Dled.c40 pdev = platform_device_alloc("cobalt-qube-leds", -1); in cobalt_led_add()
42 pdev = platform_device_alloc("cobalt-raq-leds", -1); in cobalt_led_add()
Dbuttons.c36 pd = platform_device_alloc("Cobalt buttons", -1); in cobalt_add_buttons()
Dlcd.c36 pdev = platform_device_alloc("cobalt-lcd", -1); in cobalt_lcd_add()
Drtc.c44 pdev = platform_device_alloc("rtc_cmos", -1); in cobalt_rtc_add()
Dserial.c64 pdev = platform_device_alloc("serial8250", -1); in cobalt_uart_add()
/Linux-v4.19/sound/soc/fsl/
Dphycore-ac97.c82 imx_phycore_snd_ac97_device = platform_device_alloc("soc-audio", -1); in imx_phycore_init()
91 imx_phycore_snd_device = platform_device_alloc("wm9712-codec", -1); in imx_phycore_init()
Defika-audio-fabric.c66 pdev = platform_device_alloc("soc-audio", 1); in efika_fabric_init()
/Linux-v4.19/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-v4.19/drivers/mfd/
Ducb1400_core.c83 ucb->ucb1400_gpio = platform_device_alloc("ucb1400_gpio", -1); in ucb1400_core_probe()
104 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()
/Linux-v4.19/arch/mips/txx9/generic/
Dsetup.c438 platform_device_alloc("tc35815-mac", id); in txx9_ethaddr_init()
647 pdev = platform_device_alloc("physmap-flash", no); in txx9_physmap_flash_init()
665 struct platform_device *pdev = platform_device_alloc("txx9ndfmc", -1); in txx9_ndfmc_init()
756 pdev = platform_device_alloc("leds-gpio", basenum); in txx9_iocled_init()
816 struct platform_device *pdev = platform_device_alloc("txx9dmac", id); in txx9_dmac_init()
833 pdev = platform_device_alloc("txx9dmac-chan", in txx9_dmac_init()
873 platform_device_alloc("txx9aclc-ac97", -1); in txx9_aclc_init()
/Linux-v4.19/sound/soc/samsung/
Dsmdk_spdif.c175 smdk_snd_spdif_dit_device = platform_device_alloc("spdif-dit", -1); in smdk_init()
183 smdk_snd_spdif_device = platform_device_alloc("soc-audio", -1); in smdk_init()
/Linux-v4.19/arch/x86/kernel/
Dpmem.c29 pdev = platform_device_alloc("e820_pmem", -1); in register_e820_pmem()
/Linux-v4.19/sound/soc/nuc900/
Dnuc900-audio.c47 nuc900evb_asoc_dev = platform_device_alloc("soc-audio", -1); in nuc900evb_audio_init()
/Linux-v4.19/arch/mips/ath79/
Ddev-leds-gpio.c31 pdev = platform_device_alloc("leds-gpio", id); in ath79_register_leds_gpio()
Ddev-gpio-buttons.c32 pdev = platform_device_alloc("gpio-keys-polled", id); in ath79_register_gpio_keys_polled()
/Linux-v4.19/sound/soc/sh/
Dsh7760-ac97.c46 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1); in sh7760_ac97_init()
/Linux-v4.19/sound/soc/pxa/
Dem-x270.c69 em_x270_snd_device = platform_device_alloc("soc-audio", -1); in em_x270_init()
/Linux-v4.19/drivers/fpga/
Ddfl-fme-pr.c193 mgr = platform_device_alloc(DFL_FPGA_FME_MGR, fme->id); in dfl_fme_create_mgr()
248 fme_br->br = platform_device_alloc(DFL_FPGA_FME_BRIDGE, in dfl_fme_create_bridge()
325 fme_region->region = platform_device_alloc(DFL_FPGA_FME_REGION, br->id); in dfl_fme_create_region()
/Linux-v4.19/sound/soc/txx9/
Dtxx9aclc-generic.c46 soc_pdev = platform_device_alloc("soc-audio", -1); in txx9aclc_generic_probe()
/Linux-v4.19/drivers/regulator/
Ddummy.c75 dummy_pdev = platform_device_alloc("reg-dummy", -1); in regulator_dummy_init()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-exynos.c43 pdev = platform_device_alloc("usb_phy_generic", PLATFORM_DEVID_AUTO); in dwc3_exynos_register_phys()
55 pdev = platform_device_alloc("usb_phy_generic", PLATFORM_DEVID_AUTO); in dwc3_exynos_register_phys()
/Linux-v4.19/arch/mips/alchemy/devboards/
Dplatform.c111 pd = platform_device_alloc("db1xxx_pcmcia", id); in db1x_register_pcmcia_socket()
194 pd = platform_device_alloc("physmap-flash", 0); in db1x_register_norflash()
/Linux-v4.19/arch/mips/vr41xx/common/
Drtc.c82 pdev = platform_device_alloc("RTC", -1); in vr41xx_rtc_add()
/Linux-v4.19/include/linux/platform_data/media/
Dsoc_camera_platform.h52 *pdev = platform_device_alloc("soc_camera_platform", id); in soc_camera_platform_add()
/Linux-v4.19/drivers/pcmcia/
Dpxa2xx_cm_x270.c85 cmx270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx270_pcmcia_init()

123456789