Lines Matching defs:mod_from
36 struct rsnd_mod *mod_from;
84 struct rsnd_mod *mod_from,
87 if ((!mod_from && !mod_to) ||
88 (mod_from && mod_to))
91 if (mod_from)
92 return rsnd_mod_dma_req(io, mod_from);
148 dma->mod_from,
270 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to)
277 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to);
420 struct rsnd_mod *mod_from,
423 return (rsnd_dmapp_get_id(io, mod_from) << 24) +
499 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to)
507 dmapp->chcr = rsnd_dmapp_get_chcr(io, mod_from, mod_to) | PDMACHCR_DE;
710 struct rsnd_mod **mod_from,
799 *mod_from = mod[idx - 1];
802 *mod_from = mod[0];
810 (mod[i] == *mod_from) ? " from" :
818 struct rsnd_mod *mod_from = NULL;
827 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);
840 rsnd_dma_of_path(mod, io, is_play, &mod_from, &mod_to);
843 if (mod_from && mod_to) {
876 rsnd_mod_name(mod_from ? mod_from : &mem),
879 ret = attach(io, dma, mod_from, mod_to);
883 dma->src_addr = rsnd_dma_addr(io, mod_from, is_play, 1);
885 dma->mod_from = mod_from;