Home
last modified time | relevance | path

Searched refs:dma_max (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/sound/core/
Dpcm_memory.c147 snd_iprintf(buffer, "%lu\n", (unsigned long) substream->dma_max / 1024); in snd_pcm_lib_preallocate_max_proc_read()
170 if ((size != 0 && size < 8192) || size > substream->dma_max) { in snd_pcm_lib_preallocate_proc_write()
239 substream->dma_max = max; in snd_pcm_lib_preallocate_pages1()
/kernel/linux/linux-5.10/sound/core/
Dpcm_memory.c150 snd_iprintf(buffer, "%lu\n", (unsigned long) substream->dma_max / 1024); in snd_pcm_lib_preallocate_max_proc_read()
175 if ((size != 0 && size < 8192) || size > substream->dma_max) { in snd_pcm_lib_preallocate_proc_write()
246 substream->dma_max = max; in preallocate_pages()
/kernel/linux/linux-4.19/include/sound/
Dpcm.h457 size_t dma_max; member
/kernel/linux/linux-5.10/include/sound/
Dpcm.h453 size_t dma_max; member