Home
last modified time | relevance | path

Searched refs:rsnd_mod_to_priv (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/renesas/rcar/
H A Ddma.c194 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dma_request_channel()
370 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_write()
382 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_read()
391 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_bset()
459 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_debug_info()
657 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path()
H A Dadg.c234 struct rsnd_priv *priv = rsnd_mod_to_priv(cmd_mod); in rsnd_adg_set_cmd_timsel_gen2()
259 struct rsnd_priv *priv = rsnd_mod_to_priv(src_mod); in rsnd_adg_set_src_timesel_gen2()
288 struct rsnd_priv *priv = rsnd_mod_to_priv(ssi_mod); in rsnd_adg_set_ssi_clk()
353 struct rsnd_priv *priv = rsnd_mod_to_priv(ssi_mod); in rsnd_adg_ssi_clk_try_start()
H A Dmix.c87 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mix_volume_parameter()
179 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mix_pcm_new()
H A Dssiu.c119 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssiu_busif_err_status_clear()
390 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssiu_dma_req()
H A Dcore.c119 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_make_sure()
226 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_interrupt()
351 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_get_adinr_bit()
593 priv = rsnd_mod_to_priv(mod); in rsnd_dai_connect()
H A Ddvc.c286 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dvc_dma_req()
H A Drsnd.h414 #define rsnd_mod_to_priv(mod) ((mod)->priv) macro