Searched refs:dma_mod (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/sound/soc/sh/rcar/ |
D | dma.c | 816 struct rsnd_mod **dma_mod) in rsnd_dma_alloc() argument 867 *dma_mod = rsnd_mod_get(dma); in rsnd_dma_alloc() 869 ret = rsnd_mod_init(priv, *dma_mod, ops, NULL, in rsnd_dma_alloc() 875 rsnd_mod_name(*dma_mod), in rsnd_dma_alloc() 892 struct rsnd_mod **dma_mod) in rsnd_dma_attach() argument 894 if (!(*dma_mod)) { in rsnd_dma_attach() 895 int ret = rsnd_dma_alloc(io, mod, dma_mod); in rsnd_dma_attach() 901 return rsnd_dai_connect(*dma_mod, io, (*dma_mod)->type); in rsnd_dma_attach()
|
D | rsnd.h | 276 struct rsnd_mod *mod, struct rsnd_mod **dma_mod);
|