Searched refs:mod_to (Results 1 – 2 of 2) sorted by relevance
119 struct rsnd_mod *mod_to) in rsnd_dmaen_request_channel() argument121 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() argument148 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() argument275 (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() argument332 dmapp->chcr = rsnd_dmapp_get_chcr(mod_from, mod_to) | PDMACHCR_DE; in rsnd_dmapp_init()[all …]
178 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);