Searched refs:dma_mod (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/soc/sh/rcar/ |
| D | dma.c | 729 struct rsnd_mod **dma_mod) in rsnd_dma_alloc() argument 780 *dma_mod = rsnd_mod_get(dma); in rsnd_dma_alloc() 782 ret = rsnd_mod_init(priv, *dma_mod, ops, NULL, in rsnd_dma_alloc() 788 rsnd_mod_name(*dma_mod), in rsnd_dma_alloc() 805 struct rsnd_mod **dma_mod) in rsnd_dma_attach() argument 807 if (!(*dma_mod)) { in rsnd_dma_attach() 808 int ret = rsnd_dma_alloc(io, mod, dma_mod); in rsnd_dma_attach() 814 return rsnd_dai_connect(*dma_mod, io, (*dma_mod)->type); in rsnd_dma_attach()
|
| D | rsnd.h | 261 struct rsnd_mod *mod, struct rsnd_mod **dma_mod);
|