Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dhda-codec.c403 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable) in hda_codec_i915_display_power() function
416 EXPORT_SYMBOL_NS_GPL(hda_codec_i915_display_power, "SND_SOC_SOF_HDA_AUDIO_CODEC_I915");
H A Dhda.h806 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable);
812 static inline void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable) { } in hda_codec_i915_display_power() function
H A Dhda-dsp.c854 hda_codec_i915_display_power(sdev, false); in hda_suspend()
864 hda_codec_i915_display_power(sdev, true); in hda_resume()
895 hda_codec_i915_display_power(sdev, false); in hda_resume()
H A Dhda.c661 hda_codec_i915_display_power(sdev, false); in hda_init_caps()