Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/sh/rcar/
Ddma.c119 struct rsnd_mod *mod_to) in rsnd_dmaen_request_channel() argument
121 if ((!mod_from && !mod_to) || in rsnd_dmaen_request_channel()
122 (mod_from && mod_to)) in rsnd_dmaen_request_channel()
128 return rsnd_mod_dma_req(mod_to); in rsnd_dmaen_request_channel()
132 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmaen_init() argument
148 dmaen->chan = rsnd_dmaen_request_channel(mod_from, mod_to); in rsnd_dmaen_init()
272 struct rsnd_mod *mod_to) in rsnd_dmapp_get_chcr() argument
275 (rsnd_dmapp_get_id(mod_to) << 16); in rsnd_dmapp_get_chcr()
325 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmapp_init() argument
332 dmapp->chcr = rsnd_dmapp_get_chcr(mod_from, mod_to) | PDMACHCR_DE; in rsnd_dmapp_init()
[all …]
Drsnd.h178 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);