Home
last modified time | relevance | path

Searched refs:snd_malloc_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/core/
Dmemalloc.c20 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab);
34 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in __snd_dma_alloc_pages()
118 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_dma_free_pages()
179 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_dma_buffer_mmap()
195 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_addr()
211 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_page()
230 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_chunk_size()
266 static const struct snd_malloc_ops snd_dma_continuous_ops = {
331 static const struct snd_malloc_ops snd_dma_vmalloc_ops = {
386 static const struct snd_malloc_ops snd_dma_iram_ops = {
[all …]
Dmemalloc_local.h5 struct snd_malloc_ops { struct
16 extern const struct snd_malloc_ops snd_dma_sg_ops; argument
Dsgbuf.c194 const struct snd_malloc_ops snd_dma_sg_ops = {