Home
last modified time | relevance | path

Searched refs:snd_hdac_power_down_pm (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/core/
H A Dregmap.c33 snd_hdac_power_down_pm(codec); in codec_pm_unlock()
447 snd_hdac_power_down_pm(codec); \
H A Ddevice.c624 * snd_hdac_power_down_pm - power down the codec
632 int snd_hdac_power_down_pm(struct hdac_device *codec) in snd_hdac_power_down_pm() function
638 EXPORT_SYMBOL_GPL(snd_hdac_power_down_pm);
/linux/include/sound/
H A Dhdaudio.h183 int snd_hdac_power_down_pm(struct hdac_device *codec);
211 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm() function
H A Dhda_codec.h496 #define snd_hda_power_down_pm(codec) snd_hdac_power_down_pm(&(codec)->core)