Searched refs:snd_pcm_lib_preallocate_pages_for_all (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | pcm_memory.c | 345 void snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm, in snd_pcm_lib_preallocate_pages_for_all() function 351 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages_for_all);
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-ahb-audio.c | 571 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, in snd_dw_hdmi_probe()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1766 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, in snd_cs46xx_pcm() 1793 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, in snd_cs46xx_pcm_rear() 1818 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, in snd_cs46xx_pcm_center_lfe() 1843 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, in snd_cs46xx_pcm_iec958()
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 1269 void snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm,
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | hdspm.c | 6400 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV_SG, in snd_hdspm_preallocate_memory()
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 3387 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, 3422 instead of :c:func:`snd_pcm_lib_preallocate_pages_for_all()`::
|