Searched refs:mod_to (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/sh/rcar/ |
H A D | dma.c | 119 struct rsnd_mod *mod_to) rsnd_dmaen_request_channel() 121 if ((!mod_from && !mod_to) || rsnd_dmaen_request_channel() 122 (mod_from && mod_to)) rsnd_dmaen_request_channel() 128 return rsnd_mod_dma_req(mod_to); rsnd_dmaen_request_channel() 132 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) rsnd_dmaen_init() 148 dmaen->chan = rsnd_dmaen_request_channel(mod_from, mod_to); rsnd_dmaen_init() 272 struct rsnd_mod *mod_to) rsnd_dmapp_get_chcr() 275 (rsnd_dmapp_get_id(mod_to) << 16); rsnd_dmapp_get_chcr() 325 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) rsnd_dmapp_init() 332 dmapp->chcr = rsnd_dmapp_get_chcr(mod_from, mod_to) | PDMACHCR_DE; rsnd_dmapp_init() 469 struct rsnd_mod **mod_to) rsnd_dma_of_path() 520 *mod_to = mod[index]; rsnd_dma_of_path() 523 *mod_to = mod[index - 1]; rsnd_dma_of_path() 553 struct rsnd_mod *mod_to; rsnd_dma_init() local 567 rsnd_dma_of_path(dma, is_play, &mod_from, &mod_to); rsnd_dma_init() 570 dma->dst_addr = rsnd_dma_addr(priv, mod_to, is_play, 0); rsnd_dma_init() 573 if (mod_from && mod_to) rsnd_dma_init() 582 return dma->ops->init(priv, dma, id, mod_from, mod_to); rsnd_dma_init() 118 rsnd_dmaen_request_channel(struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) rsnd_dmaen_request_channel() argument 131 rsnd_dmaen_init(struct rsnd_priv *priv, struct rsnd_dma *dma, int id, struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) rsnd_dmaen_init() argument 271 rsnd_dmapp_get_chcr(struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) rsnd_dmapp_get_chcr() argument 324 rsnd_dmapp_init(struct rsnd_priv *priv, struct rsnd_dma *dma, int id, struct rsnd_mod *mod_from, struct rsnd_mod *mod_to) rsnd_dmapp_init() argument 466 rsnd_dma_of_path(struct rsnd_dma *dma, int is_play, struct rsnd_mod **mod_from, struct rsnd_mod **mod_to) rsnd_dma_of_path() argument
|
H A D | rsnd.h | 178 struct rsnd_mod *mod_from, struct rsnd_mod *mod_to);
|
Completed in 281 milliseconds