Searched refs:snd_hdac_set_codec_wakeup (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/include/sound/ |
| H A D | hda_component.h | 14 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable); 29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
|
| /kernel/linux/linux-6.6/include/sound/ |
| H A D | hda_component.h | 14 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable); 29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
|
| /kernel/linux/linux-5.10/sound/hda/ |
| H A D | hdac_component.c | 23 * snd_hdac_set_codec_wakeup - Enable / disable HDMI/DP codec wakeup 35 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function 52 EXPORT_SYMBOL_GPL(snd_hdac_set_codec_wakeup); variable 89 snd_hdac_set_codec_wakeup(bus, true); in snd_hdac_display_power() 90 snd_hdac_set_codec_wakeup(bus, false); in snd_hdac_display_power()
|
| /kernel/linux/linux-6.6/sound/hda/ |
| H A D | hdac_component.c | 23 * snd_hdac_set_codec_wakeup - Enable / disable HDMI/DP codec wakeup 35 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function 52 EXPORT_SYMBOL_GPL(snd_hdac_set_codec_wakeup); variable 89 snd_hdac_set_codec_wakeup(bus, true); in snd_hdac_display_power() 90 snd_hdac_set_codec_wakeup(bus, false); in snd_hdac_display_power()
|
| /kernel/linux/linux-5.10/sound/soc/sof/intel/ |
| H A D | hda-ctrl.c | 198 snd_hdac_set_codec_wakeup(bus, true); in hda_dsp_ctrl_init_chip() 296 snd_hdac_set_codec_wakeup(bus, false); in hda_dsp_ctrl_init_chip()
|
| /kernel/linux/linux-6.6/sound/soc/sof/intel/ |
| H A D | hda-codec.c | 345 snd_hdac_set_codec_wakeup(bus, status); in hda_codec_set_codec_wakeup()
|
| /kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
| H A D | skl.c | 133 snd_hdac_set_codec_wakeup(bus, true); in skl_init_chip() 142 snd_hdac_set_codec_wakeup(bus, false); in skl_init_chip()
|
| /kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
| H A D | skl.c | 133 snd_hdac_set_codec_wakeup(bus, true); in skl_init_chip() 142 snd_hdac_set_codec_wakeup(bus, false); in skl_init_chip()
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| H A D | hda_intel.c | 595 snd_hdac_set_codec_wakeup(bus, true); in hda_intel_init_chip() 608 snd_hdac_set_codec_wakeup(bus, false); in hda_intel_init_chip()
|
| /kernel/linux/linux-6.6/sound/pci/hda/ |
| H A D | hda_intel.c | 548 snd_hdac_set_codec_wakeup(bus, true); in hda_intel_init_chip() 561 snd_hdac_set_codec_wakeup(bus, false); in hda_intel_init_chip()
|
Completed in 13 milliseconds