Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c393 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable) in hda_codec_i915_display_power() function
406 EXPORT_SYMBOL_NS_GPL(hda_codec_i915_display_power, SND_SOC_SOF_HDA_AUDIO_CODEC_I915);
H A Dhda-dsp.c751 hda_codec_i915_display_power(sdev, false); in hda_suspend()
761 hda_codec_i915_display_power(sdev, true); in hda_resume()
792 hda_codec_i915_display_power(sdev, false); in hda_resume()
H A Dhda.h758 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable);
764 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.c1054 hda_codec_i915_display_power(sdev, false); in hda_init_caps()