Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Ddevice.c563 * Unlike snd_hdac_power_up_pm(), you should call this only for the code
589 * snd_hdac_power_up_pm - power up the codec
599 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm() function
605 EXPORT_SYMBOL_GPL(snd_hdac_power_up_pm);
607 /* like snd_hdac_power_up_pm(), but only increment the pm count when
627 * Like snd_hdac_power_up_pm(), this function is used in a recursive
H A Dregmap.c444 _err = snd_hdac_power_up_pm(codec); \
/linux/include/sound/
H A Dhdaudio.h182 int snd_hdac_power_up_pm(struct hdac_device *codec);
210 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm() function
H A Dhda_codec.h494 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)