/Linux-v5.4/sound/core/ |
D | memalloc.c | 116 int snd_dma_alloc_pages(int type, struct device *device, size_t size, in snd_dma_alloc_pages() function 169 EXPORT_SYMBOL(snd_dma_alloc_pages); 191 while ((err = snd_dma_alloc_pages(type, device, size, dmab)) < 0) { in snd_dma_alloc_pages_fallback()
|
D | pcm_memory.c | 43 if ((err = snd_dma_alloc_pages(dmab->dev.type, dmab->dev.dev, in preallocate_pcm_pages() 152 if (snd_dma_alloc_pages(substream->dma_buffer.dev.type, in snd_pcm_lib_preallocate_proc_write() 317 if (snd_dma_alloc_pages(substream->dma_buffer.dev.type, in snd_pcm_lib_malloc_pages()
|
/Linux-v5.4/sound/hda/ |
D | hdac_controller.c | 583 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages() 593 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages() 601 return snd_dma_alloc_pages(dma_type, bus->dev, PAGE_SIZE, &bus->rb); in snd_hdac_bus_alloc_stream_pages()
|
D | hdac_stream.c | 679 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, bus->dev, in snd_hdac_dsp_prepare()
|
/Linux-v5.4/sound/soc/sof/ |
D | trace.c | 229 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, sdev->dev, in snd_sof_init_trace() 238 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, sdev->dev, in snd_sof_init_trace()
|
/Linux-v5.4/sound/soc/sof/intel/ |
D | hda-stream.c | 666 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init() 676 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init() 727 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init() 783 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init()
|
D | hda-loader.c | 50 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, &pci->dev, size, dmab); in cl_stream_prepare()
|
/Linux-v5.4/include/sound/ |
D | memalloc.h | 133 int snd_dma_alloc_pages(int type, struct device *dev, size_t size,
|
/Linux-v5.4/sound/soc/fsl/ |
D | mpc5200_dma.c | 319 rc = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, pcm->card->dev, in psc_dma_new() 326 rc = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, pcm->card->dev, in psc_dma_new()
|
D | fsl_dma.c | 298 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, card->dev, in fsl_dma_new() 308 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, card->dev, in fsl_dma_new()
|
D | fsl_asrc_dma.c | 350 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, pcm->card->dev, in fsl_asrc_dma_pcm_new()
|
/Linux-v5.4/sound/soc/qcom/qdsp6/ |
D | q6asm-dai.c | 581 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dev, size, in q6asm_dai_compr_open() 815 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dev, size, in q6asm_dai_pcm_new() 825 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dev, size, in q6asm_dai_pcm_new()
|
/Linux-v5.4/sound/soc/qcom/ |
D | lpass-platform.c | 512 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in lpass_platform_pcm_new() 523 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in lpass_platform_pcm_new()
|
/Linux-v5.4/sound/soc/sprd/ |
D | sprd-pcm-dma.c | 483 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, card->dev, in sprd_pcm_new() 495 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, card->dev, in sprd_pcm_new()
|
D | sprd-pcm-compress.c | 345 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_IRAM, dev, in sprd_platform_compr_open() 365 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dev, in sprd_platform_compr_open()
|
/Linux-v5.4/sound/pci/ctxfi/ |
D | ctvmem.c | 185 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in ct_vm_create()
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | emu10k1.c | 127 if ((err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_card_emu10k1_probe()
|
D | memory.c | 389 return snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in snd_emu10k1_alloc_pages_maybe_wider()
|
/Linux-v5.4/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 119 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in cs5535audio_build_dma_packets()
|
/Linux-v5.4/sound/parisc/ |
D | harmony.c | 639 err = snd_dma_alloc_pages(h->dma.type, in snd_harmony_pcm_init() 649 err = snd_dma_alloc_pages(h->dma.type, in snd_harmony_pcm_init()
|
/Linux-v5.4/sound/pci/korg1212/ |
D | korg1212.c | 2278 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_korg1212_create() 2293 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_korg1212_create() 2305 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_korg1212_create() 2340 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_korg1212_create()
|
/Linux-v5.4/sound/pci/mixart/ |
D | mixart.c | 1363 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_mixart_probe() 1374 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), in snd_mixart_probe()
|
/Linux-v5.4/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 1064 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dma_dev, in hsw_pcm_probe() 1073 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dma_dev, in hsw_pcm_probe()
|
/Linux-v5.4/sound/pci/lola/ |
D | lola_pcm.c | 594 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in lola_create_pcm()
|
D | lola.c | 352 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, in setup_corb_rirb()
|