Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dpatch_cirrus.c222 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */
250 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */
260 {0x07, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Rx: D0 */
261 {0x08, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Tx: D0 */
272 {0x07, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Rx: D3 */
273 {0x08, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Tx: D3 */
1139 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
1141 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
Dpatch_sigmatel.c272 AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in stac_capture_pcm_hook()
277 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook()
4369 AC_VERB_SET_POWER_STATE, in stac_init()
Dhda_codec.c2740 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all()
2804 AC_VERB_SET_POWER_STATE, in hda_set_power_state()
2837 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
Dpatch_hdmi.c860 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0()
863 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0()
2630 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
Dhda_generic.c838 AC_VERB_SET_POWER_STATE, state); in path_power_update()
6068 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in snd_hda_gen_reboot_notify()
Dpatch_ca0132.c7652 {0x01, AC_VERB_SET_POWER_STATE, 0x03},
7848 AC_VERB_SET_POWER_STATE, 0x03); in zxr_dbpro_power_state_shutdown()
/Linux-v5.4/sound/soc/codecs/
Drt286.h44 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Drt274.h45 #define RT274_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Drt298.h46 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Dhdac_hdmi.c748 AC_VERB_SET_POWER_STATE, in hdac_hdmi_set_power_state()
2152 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend()
2196 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
/Linux-v5.4/include/sound/
Dhda_verbs.h91 #define AC_VERB_SET_POWER_STATE 0x705 macro
/Linux-v5.4/sound/hda/
Dhdac_regmap.c294 if (verb != AC_VERB_SET_POWER_STATE) { in hda_reg_write()