Searched refs:AC_VERB_SET_POWER_STATE (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | patch_cirrus.c | 235 {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()
|
D | patch_conexant.c | 221 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cx_auto_reboot_notify()
|
D | patch_sigmatel.c | 283 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()
|
D | patch_hdmi.c | 1252 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()
|
D | hda_codec.c | 3006 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()
|
D | patch_ca0132.c | 4444 {0x01, AC_VERB_SET_POWER_STATE, 0x03},
|
D | patch_realtek.c | 792 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in alc_d3_at_reboot()
|
D | hda_generic.c | 860 AC_VERB_SET_POWER_STATE, state); in path_power_update()
|
/linux-4.1.27/sound/soc/codecs/ |
D | rt286.h | 47 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
/linux-4.1.27/include/sound/ |
D | hda_verbs.h | 89 #define AC_VERB_SET_POWER_STATE 0x705 macro
|
/linux-4.1.27/sound/hda/ |
D | hdac_regmap.c | 278 if (!codec_is_running(codec) && verb != AC_VERB_SET_POWER_STATE) in hda_reg_write()
|