Searched refs:snd_hdac_display_power (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/sound/ |
| D | hda_i915.h | 11 int snd_hdac_display_power(struct hdac_bus *bus, bool enable); 21 static inline int snd_hdac_display_power(struct hdac_bus *bus, bool enable) in snd_hdac_display_power() function
|
| /linux-4.4.14/sound/hda/ |
| D | hdac_i915.c | 74 int snd_hdac_display_power(struct hdac_bus *bus, bool enable) in snd_hdac_display_power() function 98 EXPORT_SYMBOL_GPL(snd_hdac_display_power);
|
| /linux-4.4.14/sound/pci/hda/ |
| D | hda_intel.c | 619 return snd_hdac_display_power(bus, enable); in azx_intel_link_power() 934 snd_hdac_display_power(bus, false); in azx_suspend() 957 snd_hdac_display_power(azx_bus(chip), true); in azx_resume() 1028 snd_hdac_display_power(azx_bus(chip), false); in azx_runtime_suspend() 1057 snd_hdac_display_power(bus, true); in azx_runtime_resume() 1288 snd_hdac_display_power(bus, false); in azx_free() 2078 err = snd_hdac_display_power(bus, true); in azx_probe_continue() 2131 snd_hdac_display_power(bus, false); in azx_probe_continue()
|