Home
last modified time | relevance | path

Searched refs:snd_hdac_display_power (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/sound/
H A Dhda_component.h15 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
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dhda_dsp_common.c75 snd_hdac_display_power(hcodec->core.bus, in hda_dsp_hdmi_build_controls()
80 snd_hdac_display_power(hcodec->core.bus, in hda_dsp_hdmi_build_controls()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-codec.c227 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, enable); in hda_codec_i915_display_power()
243 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, true); in hda_codec_i915_init()
257 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in hda_codec_i915_exit()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_component.c66 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);
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl.c459 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in skl_free()
788 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, true); in skl_i915_init()
842 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in skl_probe_work()
853 snd_hdac_display_power(bus, HDA_CODEC_IDX_CONTROLLER, false); in skl_probe_work()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hda.c412 snd_hdac_display_power(hdev->bus, in hdac_hda_codec_probe()
481 snd_hdac_display_power(hdev->bus, in hdac_hda_codec_probe()
H A Dhdac_hdmi.c2187 snd_hdac_display_power(hdev->bus, hdev->addr, true); in hdac_hdmi_dev_probe()
2220 snd_hdac_display_power(hdev->bus, hdev->addr, false); in hdac_hdmi_dev_remove()
2257 snd_hdac_display_power(bus, hdev->addr, false); in hdac_hdmi_runtime_suspend()
2283 snd_hdac_display_power(bus, hdev->addr, true); in hdac_hdmi_runtime_resume()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c668 snd_hdac_display_power(azx_bus(chip), HDA_CODEC_IDX_CONTROLLER, enable)
H A Dhda_codec.c805 snd_hdac_display_power(&codec->bus->core, codec->addr, enable); in codec_display_power()