Searched refs:snd_pcm_lib_preallocate_pages (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_memory.c | 296 * snd_pcm_lib_preallocate_pages - pre-allocation for the given DMA type 305 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, in snd_pcm_lib_preallocate_pages() function 311 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages); variable
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_memory.c | 317 * snd_pcm_lib_preallocate_pages - pre-allocation for the given DMA type 326 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, in snd_pcm_lib_preallocate_pages() function 332 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages); variable
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | aiu-fifo.c | 202 snd_pcm_lib_preallocate_pages(substream, in aiu_fifo_pcm_new()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emupcm.c | 1398 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_emu10k1_pcm() 1428 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_emu10k1_pcm_multi()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 1454 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_emu10k1_pcm() 1485 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_emu10k1_pcm_multi()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 1199 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 1266 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream,
|
Completed in 13 milliseconds