Home
last modified time | relevance | path

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

/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()
193 ops = snd_dma_get_ops(dmab); in snd_dma_buffer_mmap()
214 ops = snd_dma_get_ops(dmab); 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()
943 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab) in snd_dma_get_ops() function