Searched refs:snd_hdac_power_up_pm (Results 1 – 4 of 4) sorted by relevance
563 * Unlike snd_hdac_power_up_pm(), you should call this only for the code589 * snd_hdac_power_up_pm - power up the codec599 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 when627 * Like snd_hdac_power_up_pm(), this function is used in a recursive
444 _err = snd_hdac_power_up_pm(codec); \
182 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
494 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)