Home
last modified time | relevance | path

Searched refs:mod_from (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/sh/rcar/
Ddma.c118 static struct dma_chan *rsnd_dmaen_request_channel(struct rsnd_mod *mod_from, in rsnd_dmaen_request_channel() argument
121 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() argument
148 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() argument
274 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 …]
Drsnd.h178 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);