Home
last modified time | relevance | path

Searched refs:snd_hdac_power_up (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/hda/
Dhdac_device.c551 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up() function
555 EXPORT_SYMBOL_GPL(snd_hdac_power_up);
586 return snd_hdac_power_up(codec); in snd_hdac_power_up_pm()
/Linux-v4.19/include/sound/
Dhdaudio.h171 int snd_hdac_power_up(struct hdac_device *codec);
199 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up() function
/Linux-v4.19/sound/pci/hda/
Dhda_codec.h494 #define snd_hda_power_up(codec) snd_hdac_power_up(&(codec)->core)