Home
last modified time | relevance | path

Searched refs:hda_display_power (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_intel.h51 int hda_display_power(struct hda_intel *hda, bool enable);
56 static inline int hda_display_power(struct hda_intel *hda, bool enable) in hda_display_power() function
Dhda_i915.c36 int hda_display_power(struct hda_intel *hda, bool enable) in hda_display_power() function
Dhda_intel.c810 hda_display_power(hda, false); in azx_suspend()
830 hda_display_power(hda, true); in azx_resume()
903 hda_display_power(hda, false); in azx_runtime_suspend()
929 hda_display_power(hda, true); in azx_runtime_resume()
1152 hda_display_power(hda, false); in azx_free()
1912 err = hda_display_power(hda, true); in azx_probe_continue()