Lines Matching defs:mod_to
37 struct rsnd_mod *mod_to;
84 struct rsnd_mod *mod_to)
86 if ((!mod_from && !mod_to) ||
87 (mod_from && mod_to))
93 return rsnd_mod_dma_req(io, mod_to);
148 dma->mod_to);
260 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to)
267 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to);
411 struct rsnd_mod *mod_to)
414 (rsnd_dmapp_get_id(io, mod_to) << 16);
489 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to)
497 dmapp->chcr = rsnd_dmapp_get_chcr(io, mod_from, mod_to) | PDMACHCR_DE;
650 struct rsnd_mod **mod_to)
739 *mod_to = mod[idx];
742 *mod_to = mod[1];
750 (mod[i] == *mod_to) ? " to" : "");
758 struct rsnd_mod *mod_to = NULL;
766 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);
779 rsnd_dma_of_path(mod, io, is_play, &mod_from, &mod_to);
782 if (mod_from && mod_to) {
816 rsnd_mod_name(mod_to ? mod_to : &mem));
818 ret = attach(io, dma, mod_from, mod_to);
823 dma->dst_addr = rsnd_dma_addr(io, mod_to, is_play, 0);
825 dma->mod_to = mod_to;