Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_device.c586 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down() function
593 EXPORT_SYMBOL_GPL(snd_hdac_power_down);
626 return snd_hdac_power_down(codec); in snd_hdac_power_down_pm()
/linux-4.4.14/include/sound/
Dhdaudio.h168 int snd_hdac_power_down(struct hdac_device *codec);
173 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down() function
/linux-4.4.14/sound/pci/hda/
Dhda_codec.h488 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core)