Searched refs:dma_mod (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/sound/soc/sh/rcar/ |
D | dma.c | 777 struct rsnd_mod **dma_mod) in rsnd_dma_alloc() argument 828 *dma_mod = rsnd_mod_get(dma); in rsnd_dma_alloc() 830 ret = rsnd_mod_init(priv, *dma_mod, ops, NULL, in rsnd_dma_alloc() 836 rsnd_mod_name(*dma_mod), in rsnd_dma_alloc() 853 struct rsnd_mod **dma_mod) in rsnd_dma_attach() argument 855 if (!(*dma_mod)) { in rsnd_dma_attach() 856 int ret = rsnd_dma_alloc(io, mod, dma_mod); in rsnd_dma_attach() 862 return rsnd_dai_connect(*dma_mod, io, (*dma_mod)->type); in rsnd_dma_attach()
|
D | rsnd.h | 270 struct rsnd_mod *mod, struct rsnd_mod **dma_mod);
|