Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_i915.c39 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
59 EXPORT_SYMBOL_GPL(snd_hdac_set_codec_wakeup);
87 snd_hdac_set_codec_wakeup(bus, true); in snd_hdac_display_power()
88 snd_hdac_set_codec_wakeup(bus, false); in snd_hdac_display_power()
/linux-4.4.14/include/sound/
Dhda_i915.h10 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable);
17 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
/linux-4.4.14/sound/pci/hda/
Dhda_intel.c542 snd_hdac_set_codec_wakeup(bus, true); in hda_intel_init_chip()
555 snd_hdac_set_codec_wakeup(bus, false); in hda_intel_init_chip()
1061 snd_hdac_set_codec_wakeup(bus, true); in azx_runtime_resume()
1062 snd_hdac_set_codec_wakeup(bus, false); in azx_runtime_resume()