Home
last modified time | relevance | path

Searched refs:snd_hdac_power_down (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_device.c574 * snd_hdac_power_down - power down the codec
579 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down() function
586 EXPORT_SYMBOL_GPL(snd_hdac_power_down); variable
635 return snd_hdac_power_down(codec); in snd_hdac_power_down_pm()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_device.c574 * snd_hdac_power_down - power down the codec
579 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down() function
586 EXPORT_SYMBOL_GPL(snd_hdac_power_down); variable
635 return snd_hdac_power_down(codec); in snd_hdac_power_down_pm()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h176 int snd_hdac_power_down(struct hdac_device *codec);
204 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down() function
H A Dhda_codec.h489 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core)
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h180 int snd_hdac_power_down(struct hdac_device *codec);
208 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down() function
H A Dhda_codec.h495 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core)

Completed in 9 milliseconds