Searched refs:platform_device_register_full (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/drivers/cpufreq/
H A Dhighbank-cpufreq.c96 platform_device_register_full(&devinfo);
H A Dtegra124-cpufreq.c102 platform_device_register_full(&cpufreq_dt_devinfo);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_pci.c89 plat_dev = platform_device_register_full(&plat_info);
/linux-master/include/linux/
H A Dplatform_device.h136 extern struct platform_device *platform_device_register_full(
169 return platform_device_register_full(&pdevinfo);
/linux-master/drivers/acpi/
H A Dacpi_platform.c177 pdev = platform_device_register_full(&pdevinfo);
H A Ddock.c589 dd = platform_device_register_full(&pdevinfo);
/linux-master/arch/arm/mach-sa1100/
H A Dneponset.c358 d->sa1111 = platform_device_register_full(&sa1111_devinfo);
364 d->smc91x = platform_device_register_full(&smc91x_devinfo);
/linux-master/drivers/usb/cdns3/
H A Dcdns3-pci-wrap.c164 wrap->plat_dev = platform_device_register_full(&plat_info);
/linux-master/arch/arm/mach-omap2/
H A Dpm33xx-core.c373 platform_device_register_full(&devinfo);
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-i2s-audio.c210 platform = platform_device_register_full(&pdevinfo);
/linux-master/drivers/soundwire/
H A Damd_init.c135 ctx->pdev[index] = platform_device_register_full(&pdevinfo[index]);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lpe_audio.c128 platdev = platform_device_register_full(&pinfo);
145 /* XXX Note that platform_device_register_full() allocates a dma_mask
/linux-master/sound/soc/amd/acp/
H A Dacp-pci.c153 pdev = platform_device_register_full(&pdevinfo);
/linux-master/sound/soc/amd/raven/
H A Dpci-acp3x.c236 platform_device_register_full(&pdevinfo[i]);
/linux-master/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c326 platform_device_register_full(&pdevinfo[index]);
/linux-master/arch/arm/mach-omap1/
H A Ddma.c375 dma_pdev = platform_device_register_full(&omap_dma_dev_info);
/linux-master/drivers/media/platform/qcom/venus/
H A Dfirmware.c303 pdev = platform_device_register_full(&info);
/linux-master/sound/soc/amd/vangogh/
H A Dpci-acp5x.c235 platform_device_register_full(&pdevinfo[i]);
/linux-master/sound/soc/amd/yc/
H A Dpci-acp6x.c244 platform_device_register_full(&pdevinfo[index]);
/linux-master/drivers/spi/
H A Dspi-pxa2xx-pci.c309 pdev = platform_device_register_full(&pi);
/linux-master/sound/soc/amd/ps/
H A Dpci-ps.c477 adata->pdm_dev = platform_device_register_full(&pdevinfo);
487 adata->dmic_codec_dev = platform_device_register_full(&pdevinfo);
507 adata->sdw_dma_dev = platform_device_register_full(&pdevinfo);
/linux-master/drivers/fpga/
H A Ddfl-n3000-nios.c447 nn->altera_spi = platform_device_register_full(&pdevinfo);
/linux-master/drivers/dma/qcom/
H A Dhidma_mgmt.c386 new_pdev = platform_device_register_full(&pdevinfo);
428 * of_irq_to_resource, platform_device_register_full, of_dma_configure,
/linux-master/drivers/bus/
H A Dhisi_lpc.c558 pdev = platform_device_register_full(cell->pdevinfo);
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c541 pdev = platform_device_register_full(&pinfo);

Completed in 360 milliseconds

12