Home
last modified time | relevance | path

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

/sound/soc/sh/rcar/
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()
Dsrc.c81 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_dma_req()
203 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_set_convert_rate()
405 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_src_error_occurred()
503 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in __rsnd_src_interrupt()
Ddma.c243 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dma_request_channel()
433 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_write()
445 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_read()
454 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_bset()
522 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dmapp_debug_info()
688 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path()
Dadg.c213 struct rsnd_priv *priv = rsnd_mod_to_priv(cmd_mod); in rsnd_adg_set_cmd_timsel_gen2()
238 struct rsnd_priv *priv = rsnd_mod_to_priv(src_mod); in rsnd_adg_set_src_timesel_gen2()
267 struct rsnd_priv *priv = rsnd_mod_to_priv(ssi_mod); in rsnd_adg_set_ssi_clk()
331 struct rsnd_priv *priv = rsnd_mod_to_priv(ssi_mod); in rsnd_adg_ssi_clk_try_start()
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()
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()
Dssi.c150 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_status_check()
670 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in __rsnd_ssi_interrupt()
762 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_parent_attach()
1003 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssi_dma_req()
Dssiu.c118 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssiu_busif_err_status_clear()
384 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_ssiu_dma_req()
Dcore.c117 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_make_sure()
224 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_mod_interrupt()
349 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_get_adinr_bit()
591 priv = rsnd_mod_to_priv(mod); in rsnd_dai_connect()
Ddvc.c286 struct rsnd_priv *priv = rsnd_mod_to_priv(mod); in rsnd_dvc_dma_req()
Drsnd.h420 #define rsnd_mod_to_priv(mod) ((mod)->priv) macro