Home
last modified time | relevance | path

Searched refs:mod_to (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/sound/soc/sh/rcar/
Ddma.c37 struct rsnd_mod *mod_to; member
85 struct rsnd_mod *mod_to) in rsnd_dmaen_request_channel() argument
87 if ((!mod_from && !mod_to) || in rsnd_dmaen_request_channel()
88 (mod_from && mod_to)) in rsnd_dmaen_request_channel()
94 return rsnd_mod_dma_req(io, mod_to); in rsnd_dmaen_request_channel()
149 dma->mod_to); in rsnd_dmaen_prepare()
270 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmaen_attach() argument
277 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to); in rsnd_dmaen_attach()
421 struct rsnd_mod *mod_to) in rsnd_dmapp_get_chcr() argument
424 (rsnd_dmapp_get_id(io, mod_to) << 16); in rsnd_dmapp_get_chcr()
[all …]