Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_POWER_STATE (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dpatch_cirrus.c235 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */
263 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */
273 {0x07, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Rx: D0 */
274 {0x08, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Tx: D0 */
285 {0x07, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Rx: D3 */
286 {0x08, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Tx: D3 */
1152 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
1154 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
Dpatch_conexant.c194 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cx_auto_reboot_notify()
Dpatch_sigmatel.c284 AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in stac_capture_pcm_hook()
289 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook()
4371 AC_VERB_SET_POWER_STATE, in stac_init()
Dpatch_hdmi.c856 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0()
859 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0()
2469 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
Dhda_codec.c2736 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all()
2800 AC_VERB_SET_POWER_STATE, in hda_set_power_state()
2833 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
Dpatch_ca0132.c6817 {0x01, AC_VERB_SET_POWER_STATE, 0x03},
Dpatch_realtek.c826 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in alc_d3_at_reboot()
Dhda_generic.c850 AC_VERB_SET_POWER_STATE, state); in path_power_update()
/Linux-v4.19/sound/soc/codecs/
Drt286.h47 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Drt274.h48 #define RT274_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Drt298.h49 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Dhdac_hdmi.c718 AC_VERB_SET_POWER_STATE, in hdac_hdmi_set_power_state()
1864 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdmi_codec_prepare()
1876 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdmi_codec_complete()
2185 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend()
2235 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
/Linux-v4.19/include/sound/
Dhda_verbs.h90 #define AC_VERB_SET_POWER_STATE 0x705 macro
/Linux-v4.19/sound/hda/
Dhdac_regmap.c292 if (verb != AC_VERB_SET_POWER_STATE) { in hda_reg_write()