Lines Matching refs:mod_from
36 struct rsnd_mod *mod_from; member
83 struct rsnd_mod *mod_from, in rsnd_dmaen_request_channel() argument
86 if ((!mod_from && !mod_to) || in rsnd_dmaen_request_channel()
87 (mod_from && mod_to)) in rsnd_dmaen_request_channel()
90 if (mod_from) in rsnd_dmaen_request_channel()
91 return rsnd_mod_dma_req(io, mod_from); in rsnd_dmaen_request_channel()
148 dma->mod_from, in rsnd_dmaen_nolock_start()
235 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmaen_attach() argument
242 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to); in rsnd_dmaen_attach()
368 struct rsnd_mod *mod_from, in rsnd_dmapp_get_chcr() argument
371 return (rsnd_dmapp_get_id(io, mod_from) << 24) + in rsnd_dmapp_get_chcr()
447 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmapp_attach() argument
455 dmapp->chcr = rsnd_dmapp_get_chcr(io, mod_from, mod_to) | PDMACHCR_DE; in rsnd_dmapp_attach()
594 struct rsnd_mod **mod_from, in rsnd_dma_of_path() argument
661 *mod_from = mod[idx - 1]; in rsnd_dma_of_path()
664 *mod_from = mod[0]; in rsnd_dma_of_path()
674 (mod[i] == *mod_from) ? " from" : in rsnd_dma_of_path()
682 struct rsnd_mod *mod_from = NULL; in rsnd_dma_alloc() local
691 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to); in rsnd_dma_alloc()
704 rsnd_dma_of_path(mod, io, is_play, &mod_from, &mod_to); in rsnd_dma_alloc()
707 if (mod_from && mod_to) { in rsnd_dma_alloc()
740 rsnd_mod_name(mod_from ? mod_from : &mem), in rsnd_dma_alloc()
741 rsnd_mod_id (mod_from ? mod_from : &mem), in rsnd_dma_alloc()
745 ret = attach(io, dma, mod_from, mod_to); in rsnd_dma_alloc()
749 dma->src_addr = rsnd_dma_addr(io, mod_from, is_play, 1); in rsnd_dma_alloc()
751 dma->mod_from = mod_from; in rsnd_dma_alloc()