Lines Matching refs:snd_malloc_ops
28 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 = {
458 static const struct snd_malloc_ops snd_dma_iram_ops = {
485 static const struct snd_malloc_ops snd_dma_dev_ops = {
531 static const struct snd_malloc_ops snd_dma_wc_ops = {
662 static const struct snd_malloc_ops snd_dma_noncontig_ops = {
709 static const struct snd_malloc_ops snd_dma_sg_wc_ops = {
795 static const struct snd_malloc_ops snd_dma_sg_fallback_ops = {
849 static const struct snd_malloc_ops snd_dma_noncoherent_ops = {
861 static const struct snd_malloc_ops *snd_dma_ops[] = {
882 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab) in snd_dma_get_ops()