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

/linux-master/sound/hda/
H A Dhdac_regmap.c444 _err = snd_hdac_power_up_pm(codec); \
H A Dhdac_device.c563 * Unlike snd_hdac_power_up_pm(), you should call this only for the code
590 * snd_hdac_power_up_pm - power up the codec
600 int snd_hdac_power_up_pm(struct hdac_device *codec) function
606 EXPORT_SYMBOL_GPL(snd_hdac_power_up_pm); variable
608 /* like snd_hdac_power_up_pm(), but only increment the pm count when
628 * Like snd_hdac_power_up_pm(), this function is used in a recursive
/linux-master/include/sound/
H A Dhda_codec.h495 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)
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; } function

Completed in 202 milliseconds