Home
last modified time | relevance | path

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

/linux-4.4.14/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 */
1162 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
1164 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
Dpatch_conexant.c221 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cx_auto_reboot_notify()
Dpatch_hdmi.c1257 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0()
1260 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0()
2347 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
Dpatch_sigmatel.c283 AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in stac_capture_pcm_hook()
288 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook()
4358 AC_VERB_SET_POWER_STATE, in stac_init()
Dhda_codec.c2803 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all()
2893 AC_VERB_SET_POWER_STATE, in hda_set_power_state()
2926 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
Dpatch_ca0132.c4471 {0x01, AC_VERB_SET_POWER_STATE, 0x03},
Dpatch_realtek.c807 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in alc_d3_at_reboot()
Dhda_generic.c862 AC_VERB_SET_POWER_STATE, state); in path_power_update()
/linux-4.4.14/sound/soc/codecs/
Drt298.h48 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
Drt286.h47 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
/linux-4.4.14/include/sound/
Dhda_verbs.h89 #define AC_VERB_SET_POWER_STATE 0x705 macro
/linux-4.4.14/sound/hda/
Dhdac_regmap.c278 if (!codec_is_running(codec) && verb != AC_VERB_SET_POWER_STATE) in hda_reg_write()