Lines Matching refs:snd_malloc_ops
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 = {
435 static const struct snd_malloc_ops snd_dma_dev_ops = {
465 static const struct snd_malloc_ops snd_dma_wc_ops = {
476 static const struct snd_malloc_ops *dma_ops[] = {
492 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab) in snd_dma_get_ops()