Lines Matching refs:alloc
22 void *(*alloc)(struct snd_dma_buffer *dmab, size_t size); member
43 if (WARN_ON_ONCE(!ops || !ops->alloc)) in __snd_dma_alloc_pages()
45 return ops->alloc(dmab, size); in __snd_dma_alloc_pages()
346 .alloc = snd_dma_continuous_alloc,
409 .alloc = snd_dma_vmalloc_alloc,
464 .alloc = snd_dma_iram_alloc,
491 .alloc = snd_dma_dev_alloc,
549 .alloc = snd_dma_wc_alloc,
671 .alloc = snd_dma_noncontig_alloc,
820 .alloc = snd_dma_sg_alloc,
875 .alloc = snd_dma_noncoherent_alloc,