Home
last modified time | relevance | path

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

/linux/sound/soc/renesas/rcar/ !
H A Ddebugfs.c21 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_debugfs_show()
59 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_debugfs_mod_reg_show()
H A Dsrc.c83 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_dma_req()
206 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_set_convert_rate()
266 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_init_convert_rate()
458 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_error_occurred()
558 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in __rsnd_src_interrupt()
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 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 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 Dgen.c84 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_read()
104 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_write()
121 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_bset()
H A Dssi.c152 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_status_check()
676 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in __rsnd_ssi_interrupt()
768 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_parent_attach()
1009 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_dma_req()
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 Ddvc.c286 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dvc_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 Drsnd.h414 #define rsnd_mod_to_priv(mod) ((mod)->priv) macro