Lines Matching defs:snd_malloc_ops
21 struct snd_malloc_ops {
37 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab);
41 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab);
129 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab);
194 const struct snd_malloc_ops *ops;
215 const struct snd_malloc_ops *ops;
235 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab);
253 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab);
274 const struct snd_malloc_ops *ops = snd_dma_get_ops(dmab);
345 static const struct snd_malloc_ops snd_dma_continuous_ops = {
408 static const struct snd_malloc_ops snd_dma_vmalloc_ops = {
463 static const struct snd_malloc_ops snd_dma_iram_ops = {
490 static const struct snd_malloc_ops snd_dma_dev_ops = {
548 static const struct snd_malloc_ops snd_dma_wc_ops = {
670 static const struct snd_malloc_ops snd_dma_noncontig_ops = {
819 static const struct snd_malloc_ops snd_dma_sg_ops = {
874 static const struct snd_malloc_ops snd_dma_noncoherent_ops = {
886 static const struct snd_malloc_ops *snd_dma_ops[] = {
904 static const struct snd_malloc_ops *snd_dma_get_ops(struct snd_dma_buffer *dmab)