Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dhda_component.h14 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable);
29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
/Linux-v5.4/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);
89 snd_hdac_set_codec_wakeup(bus, true); in snd_hdac_display_power()
90 snd_hdac_set_codec_wakeup(bus, false); in snd_hdac_display_power()
/Linux-v5.4/sound/pci/hda/
Dhda_intel.c587 snd_hdac_set_codec_wakeup(bus, true); in hda_intel_init_chip()
600 snd_hdac_set_codec_wakeup(bus, false); in hda_intel_init_chip()