Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/
Dhdac_component.c35 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
52 EXPORT_SYMBOL_GPL(snd_hdac_set_codec_wakeup);
81 snd_hdac_set_codec_wakeup(bus, true); in snd_hdac_display_power()
82 snd_hdac_set_codec_wakeup(bus, false); in snd_hdac_display_power()
/Linux-v4.19/include/sound/
Dhda_component.h10 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable);
24 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c650 snd_hdac_set_codec_wakeup(bus, true); in hda_intel_init_chip()
663 snd_hdac_set_codec_wakeup(bus, false); in hda_intel_init_chip()