Home
last modified time | relevance | path

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

/linux-4.1.27/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 */
1149 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
1151 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_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()
Dpatch_hdmi.c1252 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0()
1255 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0()
2322 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
Dhda_codec.c3006 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all()
3096 AC_VERB_SET_POWER_STATE, in hda_set_power_state()
3129 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
Dpatch_ca0132.c4444 {0x01, AC_VERB_SET_POWER_STATE, 0x03},
Dpatch_realtek.c792 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in alc_d3_at_reboot()
Dhda_generic.c860 AC_VERB_SET_POWER_STATE, state); in path_power_update()
/linux-4.1.27/sound/soc/codecs/
Drt286.h47 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
/linux-4.1.27/include/sound/
Dhda_verbs.h89 #define AC_VERB_SET_POWER_STATE 0x705 macro
/linux-4.1.27/sound/hda/
Dhdac_regmap.c278 if (!codec_is_running(codec) && verb != AC_VERB_SET_POWER_STATE) in hda_reg_write()