Searched refs:snd_malloc_ops (Results 1 – 3 of 3) sorted by relevance
20 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 …]
5 struct snd_malloc_ops { struct16 extern const struct snd_malloc_ops snd_dma_sg_ops; argument
194 const struct snd_malloc_ops snd_dma_sg_ops = {