Lines Matching defs:mod_to
37 struct rsnd_mod *mod_to;
85 struct rsnd_mod *mod_to)
87 if ((!mod_from && !mod_to) ||
88 (mod_from && mod_to))
94 return rsnd_mod_dma_req(io, mod_to);
149 dma->mod_to);
270 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to)
277 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to);
421 struct rsnd_mod *mod_to)
424 (rsnd_dmapp_get_id(io, mod_to) << 16);
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;
711 struct rsnd_mod **mod_to)
800 *mod_to = mod[idx];
803 *mod_to = mod[1];
811 (mod[i] == *mod_to) ? " to" : "");
819 struct rsnd_mod *mod_to = 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) {
877 rsnd_mod_name(mod_to ? mod_to : &mem));
879 ret = attach(io, dma, mod_from, mod_to);
884 dma->dst_addr = rsnd_dma_addr(io, mod_to, is_play, 0);
886 dma->mod_to = mod_to;