Searched refs:snd_hdac_display_power (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/sound/ |
D | hda_component.h | 15 void snd_hdac_display_power(struct hdac_bus *bus, unsigned int idx, 33 static inline void snd_hdac_display_power(struct hdac_bus *bus, in snd_hdac_display_power() function
|
/linux-6.1.9/sound/soc/intel/boards/ |
D | hda_dsp_common.c | 76 snd_hdac_display_power(hcodec->core.bus, in hda_dsp_hdmi_build_controls() 81 snd_hdac_display_power(hcodec->core.bus, in hda_dsp_hdmi_build_controls()
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-codec.c | 249 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, enable); in hda_codec_i915_display_power() 265 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, true); in hda_codec_i915_init() 279 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in hda_codec_i915_exit()
|
D | hda-bus.c | 57 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in sof_hda_bus_link_power()
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | core.c | 194 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, true); in avs_hda_probe_work() 197 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in avs_hda_probe_work() 515 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in avs_pci_remove() 575 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in avs_suspend_common() 586 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, true); in avs_resume_common()
|
/linux-6.1.9/sound/soc/codecs/ |
D | hda.c | 192 snd_hdac_display_power(bus, hdev->addr, true); in hda_codec_probe() 258 snd_hdac_display_power(bus, hdev->addr, false); in hda_codec_probe() 290 snd_hdac_display_power(bus, hdev->addr, false); in hda_codec_remove()
|
D | hdac_hda.c | 417 snd_hdac_display_power(hdev->bus, in hdac_hda_codec_probe() 483 snd_hdac_display_power(hdev->bus, in hdac_hda_codec_probe()
|
D | hdac_hdmi.c | 2186 snd_hdac_display_power(hdev->bus, hdev->addr, true); in hdac_hdmi_dev_probe() 2219 snd_hdac_display_power(hdev->bus, hdev->addr, false); in hdac_hdmi_dev_remove() 2256 snd_hdac_display_power(bus, hdev->addr, false); in hdac_hdmi_runtime_suspend() 2282 snd_hdac_display_power(bus, hdev->addr, true); in hdac_hdmi_runtime_resume()
|
/linux-6.1.9/sound/hda/ |
D | hdac_component.c | 66 void snd_hdac_display_power(struct hdac_bus *bus, unsigned int idx, bool enable) in snd_hdac_display_power() function 106 EXPORT_SYMBOL_GPL(snd_hdac_display_power);
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl.c | 459 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in skl_free() 807 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, true); in skl_i915_init() 861 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in skl_probe_work() 872 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in skl_probe_work()
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_intel.c | 627 snd_hdac_display_power(azx_bus(chip), HDA_CODEC_IDX_CONTROLLER, enable)
|
D | hda_codec.c | 817 snd_hdac_display_power(&codec->bus->core, codec->addr, enable); in snd_hda_codec_display_power()
|