Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dhdaudio.h142 int snd_hdac_power_up_pm(struct hdac_device *codec);
147 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm() function
/linux-4.1.27/sound/hda/
Dhdac_regmap.c413 err = snd_hdac_power_up_pm(codec); in snd_hdac_regmap_write_raw()
446 err = snd_hdac_power_up_pm(codec); in snd_hdac_regmap_read_raw()
Dhdac_device.c538 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm() function
544 EXPORT_SYMBOL_GPL(snd_hdac_power_up_pm);
/linux-4.1.27/sound/pci/hda/
Dhda_codec.h511 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)