Lines Matching defs:rtd

29 #define soc_pcm_ret(rtd, ret) _soc_pcm_ret(rtd, __func__, ret)  argument
30 static inline int _soc_pcm_ret(struct snd_soc_pcm_runtime *rtd, in _soc_pcm_ret()
52 static inline void snd_soc_dpcm_stream_lock_irq(struct snd_soc_pcm_runtime *rtd, in snd_soc_dpcm_stream_lock_irq()
58 #define snd_soc_dpcm_stream_lock_irqsave_nested(rtd, stream, flags) \ argument
61 static inline void snd_soc_dpcm_stream_unlock_irq(struct snd_soc_pcm_runtime *rtd, in snd_soc_dpcm_stream_unlock_irq()
67 #define snd_soc_dpcm_stream_unlock_irqrestore(rtd, stream, flags) \ argument
72 static inline const char *soc_cpu_dai_name(struct snd_soc_pcm_runtime *rtd) in soc_cpu_dai_name()
76 static inline const char *soc_codec_dai_name(struct snd_soc_pcm_runtime *rtd) in soc_codec_dai_name()
205 void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) in soc_dpcm_debugfs_add()
292 void snd_soc_runtime_action(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_action()
322 bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd) in snd_soc_runtime_ignore_pmdown_time()
397 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_apply_symmetry() local
430 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_params_symmetry() local
463 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_update_symmetry() local
484 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_set_msb() local
498 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_apply_msb() local
580 int snd_soc_runtime_calc_hw(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_calc_hw()
655 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_init_runtime_hw() local
671 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_components_open() local
691 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_components_close() local
706 static int soc_pcm_clean(struct snd_soc_pcm_runtime *rtd, in soc_pcm_clean()
747 static int __soc_pcm_close(struct snd_soc_pcm_runtime *rtd, in __soc_pcm_close()
756 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_close() local
766 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_hw_sanity_check() local
807 static int __soc_pcm_open(struct snd_soc_pcm_runtime *rtd, in __soc_pcm_open()
872 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_open() local
886 static int __soc_pcm_prepare(struct snd_soc_pcm_runtime *rtd, in __soc_pcm_prepare()
928 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_prepare() local
948 static int soc_pcm_hw_clean(struct snd_soc_pcm_runtime *rtd, in soc_pcm_hw_clean()
987 static int __soc_pcm_hw_free(struct snd_soc_pcm_runtime *rtd, in __soc_pcm_hw_free()
996 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_hw_free() local
1010 static int __soc_pcm_hw_params(struct snd_soc_pcm_runtime *rtd, in __soc_pcm_hw_params()
1115 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_hw_params() local
1140 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in soc_pcm_trigger() local
1407 struct snd_soc_pcm_runtime *rtd; in dpcm_end_walk_at_be() local
1880 struct snd_soc_pcm_runtime *rtd; in dpcm_apply_symmetry() local
2792 static int soc_get_playback_capture(struct snd_soc_pcm_runtime *rtd, in soc_get_playback_capture()
2887 struct snd_soc_pcm_runtime *rtd, in soc_create_pcm()
2929 int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num) in soc_new_pcm()