Searched refs:mod_from (Results 1 – 1 of 1) sorted by relevance
35 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);142 struct rsnd_mod *mod_from, in rsnd_dmaen_request_channel() argument145 if ((!mod_from && !mod_to) || in rsnd_dmaen_request_channel()146 (mod_from && mod_to)) in rsnd_dmaen_request_channel()149 if (mod_from) in rsnd_dmaen_request_channel()150 return rsnd_mod_dma_req(io, mod_from); in rsnd_dmaen_request_channel()157 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) in rsnd_dmaen_init() argument172 dmaen->chan = rsnd_dmaen_request_channel(io, mod_from, mod_to); in rsnd_dmaen_init()298 struct rsnd_mod *mod_from, in rsnd_dmapp_get_chcr() argument301 return (rsnd_dmapp_get_id(io, mod_from) << 24) + in rsnd_dmapp_get_chcr()[all …]