Searched refs:snd_hdac_display_power (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/sound/ |
D | hda_component.h | 11 int snd_hdac_display_power(struct hdac_bus *bus, bool enable); 28 static inline int snd_hdac_display_power(struct hdac_bus *bus, bool enable) in snd_hdac_display_power() function
|
/Linux-v4.19/sound/hda/ |
D | hdac_component.c | 67 int snd_hdac_display_power(struct hdac_bus *bus, bool enable) in snd_hdac_display_power() function 93 EXPORT_SYMBOL_GPL(snd_hdac_display_power);
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl.c | 333 ret = snd_hdac_display_power(bus, false); in skl_suspend() 352 ret = snd_hdac_display_power(bus, true); in skl_resume() 707 err = snd_hdac_display_power(bus, true); in skl_i915_init() 756 err = snd_hdac_display_power(bus, false); in skl_probe_work() 779 err = snd_hdac_display_power(bus, false); in skl_probe_work()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_intel.c | 730 return snd_hdac_display_power(bus, enable); in azx_intel_link_power() 1026 snd_hdac_display_power(bus, false); in azx_suspend() 1050 snd_hdac_display_power(bus, true); in azx_resume() 1067 snd_hdac_display_power(bus, false); in azx_resume() 1130 snd_hdac_display_power(azx_bus(chip), false); in azx_runtime_suspend() 1158 snd_hdac_display_power(bus, true); in azx_runtime_resume() 1183 snd_hdac_display_power(bus, false); in azx_runtime_resume() 1435 snd_hdac_display_power(bus, false); in azx_free() 2340 err = snd_hdac_display_power(bus, true); in azx_probe_continue() 2396 snd_hdac_display_power(bus, false); in azx_probe_continue()
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdac_hdmi.c | 2031 ret = snd_hdac_display_power(hdev->bus, true); in hdac_hdmi_dev_probe() 2187 err = snd_hdac_display_power(bus, false); in hdac_hdmi_runtime_suspend() 2225 err = snd_hdac_display_power(bus, true); in hdac_hdmi_runtime_resume()
|