Searched refs:snd_pcm_lib_preallocate_pages (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/sound/core/ |
| D | pcm_memory.c | 220 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, in snd_pcm_lib_preallocate_pages() function 228 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages); 250 snd_pcm_lib_preallocate_pages(substream, type, data, size, max); in snd_pcm_lib_preallocate_pages_for_all()
|
| /Linux-v5.4/sound/soc/sof/ |
| D | pcm.c | 588 snd_pcm_lib_preallocate_pages(pcm->streams[stream].substream, in sof_pcm_new() 605 snd_pcm_lib_preallocate_pages(pcm->streams[stream].substream, in sof_pcm_new()
|
| /Linux-v5.4/sound/soc/meson/ |
| D | axg-fifo.c | 298 snd_pcm_lib_preallocate_pages(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
|
| /Linux-v5.4/sound/pci/oxygen/ |
| D | oxygen_pcm.c | 714 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in oxygen_pcm_init() 720 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in oxygen_pcm_init()
|
| /Linux-v5.4/sound/pci/emu10k1/ |
| D | p16v.c | 645 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm() 658 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm()
|
| D | emupcm.c | 1416 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_emu10k1_pcm() 1421 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_emu10k1_pcm() 1447 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_emu10k1_pcm_multi()
|
| /Linux-v5.4/sound/usb/usx2y/ |
| D | usx2yhwdeppcm.c | 729 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usX2Y_hwdep_pcm_new() 733 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usX2Y_hwdep_pcm_new()
|
| D | usbusx2yaudio.c | 971 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usX2Y_audio_stream_new() 977 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usX2Y_audio_stream_new()
|
| /Linux-v5.4/sound/soc/ |
| D | soc-generic-dmaengine-pcm.c | 301 snd_pcm_lib_preallocate_pages(substream, in dmaengine_pcm_new()
|
| /Linux-v5.4/sound/isa/gus/ |
| D | gus_pcm.c | 878 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_gf1_pcm_new() 888 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_gf1_pcm_new()
|
| /Linux-v5.4/sound/pci/ca0106/ |
| D | ca0106_main.c | 1391 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_ca0106_pcm() 1399 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_ca0106_pcm()
|
| /Linux-v5.4/include/sound/ |
| D | pcm.h | 1180 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream,
|
| /Linux-v5.4/sound/soc/sh/rcar/ |
| D | core.c | 1203 snd_pcm_lib_preallocate_pages(substream, in rsnd_preallocate_pages()
|
| /Linux-v5.4/sound/pci/trident/ |
| D | trident_main.c | 2188 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_trident_pcm() 2191 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_trident_pcm()
|
| /Linux-v5.4/sound/usb/ |
| D | pcm.c | 1843 snd_pcm_lib_preallocate_pages(s, SNDRV_DMA_TYPE_DEV_SG, in snd_usb_preallocate_buffer()
|
| /Linux-v5.4/sound/pci/echoaudio/ |
| D | echoaudio.c | 879 snd_pcm_lib_preallocate_pages(ss, SNDRV_DMA_TYPE_DEV_SG, in snd_echo_preallocate_pages()
|
| /Linux-v5.4/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 3696 :c:func:`snd_pcm_lib_preallocate_pages()` or
|