Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/
Dhdac_regmap.c446 err = snd_hdac_power_up_pm(codec); in snd_hdac_regmap_write_raw()
472 err = snd_hdac_power_up_pm(codec); in __snd_hdac_regmap_read_raw()
Dhdac_device.c583 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm() function
589 EXPORT_SYMBOL_GPL(snd_hdac_power_up_pm);
/Linux-v4.19/include/sound/
Dhdaudio.h173 int snd_hdac_power_up_pm(struct hdac_device *codec);
201 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm() function
/Linux-v4.19/sound/pci/hda/
Dhda_codec.h495 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)