Lines Matching refs:snd_malloc_ops
21 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab);
35 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in __snd_dma_alloc_pages()
123 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_dma_free_pages()
186 const struct snd_malloc_ops *ops; in snd_dma_buffer_mmap()
207 const struct snd_malloc_ops *ops; in snd_dma_buffer_sync()
225 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_addr()
241 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_page()
260 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab); in snd_sgbuf_get_chunk_size()
296 static const struct snd_malloc_ops snd_dma_continuous_ops = {
361 static const struct snd_malloc_ops snd_dma_vmalloc_ops = {
416 static const struct snd_malloc_ops snd_dma_iram_ops = {
465 static const struct snd_malloc_ops snd_dma_dev_ops = {
495 static const struct snd_malloc_ops snd_dma_wc_ops = {
613 static const struct snd_malloc_ops snd_dma_noncontig_ops = {
662 static const struct snd_malloc_ops snd_dma_noncoherent_ops = {
674 static const struct snd_malloc_ops *dma_ops[] = {
692 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab) in snd_dma_get_ops()