Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_device.c558 * snd_hdac_power_up - power up the codec
567 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up() function
571 EXPORT_SYMBOL_GPL(snd_hdac_power_up); variable
595 * snd_hdac_power_up() instead.
602 return snd_hdac_power_up(codec); in snd_hdac_power_up_pm()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_device.c558 * snd_hdac_power_up - power up the codec
567 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up() function
571 EXPORT_SYMBOL_GPL(snd_hdac_power_up); variable
595 * snd_hdac_power_up() instead.
602 return snd_hdac_power_up(codec); in snd_hdac_power_up_pm()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h175 int snd_hdac_power_up(struct hdac_device *codec);
203 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up() function
H A Dhda_codec.h487 #define snd_hda_power_up(codec) snd_hdac_power_up(&(codec)->core)
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h179 int snd_hdac_power_up(struct hdac_device *codec);
207 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up() function
H A Dhda_codec.h493 #define snd_hda_power_up(codec) snd_hdac_power_up(&(codec)->core)

Completed in 9 milliseconds