Lines Matching refs:mod_to

37 	struct rsnd_mod		*mod_to;  member
84 struct rsnd_mod *mod_to) 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()
93 return rsnd_mod_dma_req(io, mod_to); in rsnd_dmaen_request_channel()
149 dma->mod_to); 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()
369 struct rsnd_mod *mod_to) in rsnd_dmapp_get_chcr() argument
372 (rsnd_dmapp_get_id(io, mod_to) << 16); 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()
595 struct rsnd_mod **mod_to) in rsnd_dma_of_path() argument
662 *mod_to = mod[idx]; in rsnd_dma_of_path()
665 *mod_to = mod[1]; in rsnd_dma_of_path()
675 (mod[i] == *mod_to) ? " to" : ""); in rsnd_dma_of_path()
683 struct rsnd_mod *mod_to = 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()
742 rsnd_mod_name(mod_to ? mod_to : &mem), in rsnd_dma_alloc()
743 rsnd_mod_id (mod_to ? mod_to : &mem)); in rsnd_dma_alloc()
745 ret = attach(io, dma, mod_from, mod_to); in rsnd_dma_alloc()
750 dma->dst_addr = rsnd_dma_addr(io, mod_to, is_play, 0); in rsnd_dma_alloc()
752 dma->mod_to = mod_to; in rsnd_dma_alloc()