Lines Matching defs:mod_from
36 struct rsnd_mod *mod_from;
83 struct rsnd_mod *mod_from,
86 if ((!mod_from && !mod_to) ||
87 (mod_from && mod_to))
90 if (mod_from)
91 return rsnd_mod_dma_req(io, mod_from);
147 dma->mod_from,
260 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to)
267 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to);
410 struct rsnd_mod *mod_from,
413 return (rsnd_dmapp_get_id(io, mod_from) << 24) +
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;
649 struct rsnd_mod **mod_from,
738 *mod_from = mod[idx - 1];
741 *mod_from = mod[0];
749 (mod[i] == *mod_from) ? " from" :
757 struct rsnd_mod *mod_from = 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) {
815 rsnd_mod_name(mod_from ? mod_from : &mem),
818 ret = attach(io, dma, mod_from, mod_to);
822 dma->src_addr = rsnd_dma_addr(io, mod_from, is_play, 1);
824 dma->mod_from = mod_from;