Home
last modified time | relevance | path

Searched refs:hda_codec_i915_display_power (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-codec.c221 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable) in hda_codec_i915_display_power() function
230 EXPORT_SYMBOL_NS(hda_codec_i915_display_power, SND_SOC_SOF_HDA_AUDIO_CODEC_I915);
H A Dhda-dsp.c661 hda_codec_i915_display_power(sdev, false); in hda_suspend()
675 hda_codec_i915_display_power(sdev, true); in hda_resume()
732 hda_codec_i915_display_power(sdev, true); in hda_dsp_resume()
845 hda_codec_i915_display_power(sdev, false); in hda_dsp_suspend()
H A Dhda.h652 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable);
658 static inline void hda_codec_i915_display_power(struct snd_sof_dev *sdev, in hda_codec_i915_display_power() function
H A Dhda.c677 hda_codec_i915_display_power(sdev, false); in hda_init_caps()