Lines Matching refs:mod_from

35 	struct rsnd_mod		*mod_from;  member
69 struct rsnd_mod *mod_from, 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()
76 if (mod_from) in rsnd_dmaen_request_channel()
77 return rsnd_mod_dma_req(io, mod_from); in rsnd_dmaen_request_channel()
127 dma->mod_from, 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()
359 struct rsnd_mod *mod_from, in rsnd_dmapp_get_chcr() argument
362 return (rsnd_dmapp_get_id(io, mod_from) << 24) + 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()
649 struct rsnd_mod **mod_from, in rsnd_dma_of_path() argument
738 *mod_from = mod[idx - 1]; in rsnd_dma_of_path()
741 *mod_from = mod[0]; in rsnd_dma_of_path()
749 (mod[i] == *mod_from) ? " from" : in rsnd_dma_of_path()
757 struct rsnd_mod *mod_from = 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()
815 rsnd_mod_name(mod_from ? mod_from : &mem), in rsnd_dma_alloc()
818 ret = attach(io, dma, mod_from, mod_to); in rsnd_dma_alloc()
822 dma->src_addr = rsnd_dma_addr(io, mod_from, is_play, 1); in rsnd_dma_alloc()
824 dma->mod_from = mod_from; in rsnd_dma_alloc()