Home
last modified time | relevance | path

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

/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.h489 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)
/linux/sound/hda/
H A Dhdac_device.c600 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm() function
606 EXPORT_SYMBOL_GPL(snd_hdac_power_up_pm);
H A Dhdac_regmap.c444 _err = snd_hdac_power_up_pm(codec); \