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