Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/hda/
A Dhdac_device.c579 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down() function
586 EXPORT_SYMBOL_GPL(snd_hdac_power_down);
635 return snd_hdac_power_down(codec); in snd_hdac_power_down_pm()
/linux-6.3-rc2/include/sound/
A Dhdaudio.h179 int snd_hdac_power_down(struct hdac_device *codec);
207 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down() function
A Dhda_codec.h498 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core)

Completed in 10 milliseconds