Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Dsrc.c72 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_dma_req()
194 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_set_convert_rate()
396 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_error_occurred()
494 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in __rsnd_src_interrupt()
H A Dadg.c211 struct rsnd_priv *priv = rsnd_mod_to_priv(cmd_mod); in rsnd_adg_set_cmd_timsel_gen2()
236 struct rsnd_priv *priv = rsnd_mod_to_priv(src_mod); in rsnd_adg_set_src_timesel_gen2()
265 struct rsnd_priv *priv = rsnd_mod_to_priv(ssi_mod); in rsnd_adg_set_ssi_clk()
329 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 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 Ddma.c423 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_write()
435 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_read()
444 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_bset()
659 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path()
H A Dssi.c152 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_status_check()
747 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in __rsnd_ssi_interrupt()
888 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_parent_attach()
1129 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_dma_req()
H A Dcore.c125 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_make_sure()
232 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_interrupt()
356 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_get_adinr_bit()
596 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 Dssiu.c295 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssiu_dma_req()
H A Drsnd.h421 #define rsnd_mod_to_priv(mod) ((mod)->priv) macro