Searched refs:AC_VERB_SET_POWER_STATE (Results 1 – 12 of 12) sorted by relevance
/linux/sound/pci/hda/ |
A D | patch_cirrus.c | 226 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */ 254 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */ 264 {0x07, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Rx: D0 */ 265 {0x08, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Tx: D0 */ 1143 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend() 1145 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
|
A D | patch_sigmatel.c | 272 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() 4375 AC_VERB_SET_POWER_STATE, in stac_init()
|
A D | hda_codec.c | 2703 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all() 2767 AC_VERB_SET_POWER_STATE, in hda_set_power_state() 2800 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
|
A D | patch_hdmi.c | 871 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0() 874 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0() 2771 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
|
A D | patch_ca0132.c | 8714 {0x01, AC_VERB_SET_POWER_STATE, 0x03}, 8932 AC_VERB_SET_POWER_STATE, 0x03); in zxr_dbpro_power_state_shutdown()
|
A D | hda_generic.c | 838 AC_VERB_SET_POWER_STATE, state); in path_power_update()
|
/linux/sound/soc/codecs/ |
A D | rt286.h | 44 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
A D | rt274.h | 45 #define RT274_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
A D | rt298.h | 46 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
A D | hdac_hdmi.c | 742 AC_VERB_SET_POWER_STATE, in hdac_hdmi_set_power_state() 2245 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend() 2289 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
|
/linux/include/sound/ |
A D | hda_verbs.h | 91 #define AC_VERB_SET_POWER_STATE 0x705 macro
|
/linux/sound/hda/ |
A D | hdac_regmap.c | 294 if (verb != AC_VERB_SET_POWER_STATE) { in hda_reg_write()
|
Completed in 70 milliseconds