Lines Matching refs:mod_to

36 	struct rsnd_mod		*mod_to;  member
70 struct rsnd_mod *mod_to) in rsnd_dmaen_request_channel() argument
72 if ((!mod_from && !mod_to) || in rsnd_dmaen_request_channel()
73 (mod_from && mod_to)) in rsnd_dmaen_request_channel()
79 return rsnd_mod_dma_req(io, mod_to); in rsnd_dmaen_request_channel()
128 dma->mod_to); in rsnd_dmaen_prepare()
221 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmaen_attach() argument
228 chan = rsnd_dmaen_request_channel(io, mod_from, mod_to); in rsnd_dmaen_attach()
360 struct rsnd_mod *mod_to) in rsnd_dmapp_get_chcr() argument
363 (rsnd_dmapp_get_id(io, mod_to) << 16); in rsnd_dmapp_get_chcr()
438 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmapp_attach() argument
446 dmapp->chcr = rsnd_dmapp_get_chcr(io, mod_from, mod_to) | PDMACHCR_DE; in rsnd_dmapp_attach()
650 struct rsnd_mod **mod_to) in rsnd_dma_of_path() argument
739 *mod_to = mod[idx]; in rsnd_dma_of_path()
742 *mod_to = mod[1]; in rsnd_dma_of_path()
750 (mod[i] == *mod_to) ? " to" : ""); in rsnd_dma_of_path()
758 struct rsnd_mod *mod_to = NULL; in rsnd_dma_alloc() local
766 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to); in rsnd_dma_alloc()
779 rsnd_dma_of_path(mod, io, is_play, &mod_from, &mod_to); in rsnd_dma_alloc()
782 if (mod_from && mod_to) { in rsnd_dma_alloc()
816 rsnd_mod_name(mod_to ? mod_to : &mem)); in rsnd_dma_alloc()
818 ret = attach(io, dma, mod_from, mod_to); in rsnd_dma_alloc()
823 dma->dst_addr = rsnd_dma_addr(io, mod_to, is_play, 0); in rsnd_dma_alloc()
825 dma->mod_to = mod_to; in rsnd_dma_alloc()