Home
last modified time | relevance | path

Searched refs:snd_dma_alloc_pages (Results 1 – 13 of 13) sorted by relevance

/linux/sound/soc/intel/avs/
H A Dcldma.c267 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, bus->dev, buffer_size, &cl->dmab_data); in hda_cldma_init()
271 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, bus->dev, BDL_SIZE, &cl->dmab_bdl); in hda_cldma_init()
/linux/include/sound/
H A Dmemalloc.h76 static inline int snd_dma_alloc_pages(int type, struct device *dev, in snd_dma_alloc_pages() function
/linux/sound/soc/google/
H A Dchv3-i2s.c175 res = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, i2s->dev, in chv3_dma_pcm_construct()
183 res = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, i2s->dev, in chv3_dma_pcm_construct()
/linux/sound/hda/core/
H A Dcontroller.c712 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages()
722 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages()
730 return snd_dma_alloc_pages(dma_type, bus->dev, PAGE_SIZE, &bus->rb); in snd_hdac_bus_alloc_stream_pages()
H A Dstream.c930 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, bus->dev, in snd_hdac_dsp_prepare()
/linux/sound/soc/sof/intel/
H A Dhda-loader-skl.c277 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, sdev->dev, bufsize, dmab); in cl_stream_prepare_skl()
283 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, sdev->dev, bufsize, dmab_bdl); in cl_stream_prepare_skl()
H A Dhda-stream.c901 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init()
913 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init()
973 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev, in hda_dsp_stream_init()
H A Dhda-loader.c77 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, dev, size, dmab); in hda_cl_prepare()
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c309 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dev, size, &pair->dma_buffer[IN]); in fsl_asrc_m2m_comp_open()
313 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, dev, size, &pair->dma_buffer[OUT]); in fsl_asrc_m2m_comp_open()
/linux/sound/core/
H A Dmemalloc.c107 while ((err = snd_dma_alloc_pages(type, device, size, dmab)) < 0) { in snd_dma_alloc_pages_fallback()
/linux/sound/soc/intel/catpt/
H A Dpcm.c274 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, cdev->dev, PAGE_SIZE, in catpt_dai_startup()
/linux/sound/soc/sof/
H A Dtopology.c1789 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, sdev->dev, in sof_dai_load()
1816 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, sdev->dev, in sof_dai_load()
/linux/sound/pci/riptide/
H A Driptide.c1552 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &chip->pci->dev, in snd_riptide_hw_params()