Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dmemalloc.c28 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab);
36 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in __snd_dma_alloc_pages()
124 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_dma_free_pages()
189 const struct snd_malloc_ops *ops; in snd_dma_buffer_mmap()
210 const struct snd_malloc_ops *ops; in snd_dma_buffer_sync()
230 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_addr()
248 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_page()
269 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_chunk_size()
340 static const struct snd_malloc_ops snd_dma_continuous_ops = {
403 static const struct snd_malloc_ops snd_dma_vmalloc_ops = {
[all …]
Dmemalloc_local.h5 struct snd_malloc_ops { struct