Searched refs:mod_from (Results 1 – 2 of 2) sorted by relevance
118 static struct dma_chan *rsnd_dmaen_request_channel(struct rsnd_mod *mod_from, in rsnd_dmaen_request_channel() argument121 if ((!mod_from && !mod_to) || in rsnd_dmaen_request_channel()122 (mod_from && mod_to)) in rsnd_dmaen_request_channel()125 if (mod_from) in rsnd_dmaen_request_channel()126 return rsnd_mod_dma_req(mod_from); in rsnd_dmaen_request_channel()132 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmaen_init() argument148 dmaen->chan = rsnd_dmaen_request_channel(mod_from, mod_to); in rsnd_dmaen_init()271 static u32 rsnd_dmapp_get_chcr(struct rsnd_mod *mod_from, in rsnd_dmapp_get_chcr() argument274 return (rsnd_dmapp_get_id(mod_from) << 24) + in rsnd_dmapp_get_chcr()325 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmapp_init() argument[all …]
178 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);