/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_cirrus.c | 222 {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 */ 274 /*{0x01, AC_VERB_SET_POWER_STATE, 0x03},*/ /* AFG: D3 This is already handled */ 1140 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend() 1142 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
|
H A D | hda_codec.c | 2761 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all() 2825 AC_VERB_SET_POWER_STATE, in hda_set_power_state() 2858 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
|
H A D | patch_hdmi.c | 881 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0() 884 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0() 2793 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
|
H A D | patch_sigmatel.c | 273 AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in stac_capture_pcm_hook() 278 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook() 4388 AC_VERB_SET_POWER_STATE, in stac_init()
|
H A D | hda_generic.c | 844 AC_VERB_SET_POWER_STATE, state); in path_power_update() 6145 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in snd_hda_gen_reboot_notify()
|
H A D | patch_ca0132.c | 8580 {0x01, AC_VERB_SET_POWER_STATE, 0x03}, 8782 AC_VERB_SET_POWER_STATE, 0x03); in zxr_dbpro_power_state_shutdown()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H 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 */ 1144 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend() 1146 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
|
H A D | hda_codec.c | 2749 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in snd_hda_codec_set_power_to_all() 2813 AC_VERB_SET_POWER_STATE, in hda_set_power_state() 2846 AC_VERB_SET_POWER_STATE, target); in sync_power_up_states()
|
H A D | patch_hdmi.c | 892 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in haswell_verify_D0() 895 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, in haswell_verify_D0() 2797 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state()
|
H A D | patch_sigmatel.c | 273 AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in stac_capture_pcm_hook() 278 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook() 4388 AC_VERB_SET_POWER_STATE, in stac_init()
|
H A D | patch_ca0132.c | 8715 {0x01, AC_VERB_SET_POWER_STATE, 0x03}, 8933 AC_VERB_SET_POWER_STATE, 0x03); in zxr_dbpro_power_state_shutdown()
|
H A D | hda_generic.c | 844 AC_VERB_SET_POWER_STATE, state); in path_power_update()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt286.h | 44 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
H A D | rt274.h | 45 #define RT274_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
H A D | rt298.h | 46 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
H A D | hdac_hdmi.c | 747 AC_VERB_SET_POWER_STATE, in hdac_hdmi_set_power_state() 2250 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend() 2294 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt286.h | 44 #define RT286_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
H A D | rt298.h | 46 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
H A D | rt274.h | 45 #define RT274_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
|
H A D | hdac_hdmi.c | 747 AC_VERB_SET_POWER_STATE, in hdac_hdmi_set_power_state() 2249 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend() 2293 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_verbs.h | 91 #define AC_VERB_SET_POWER_STATE 0x705 macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_verbs.h | 91 #define AC_VERB_SET_POWER_STATE 0x705 macro
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_regmap.c | 294 if (verb != AC_VERB_SET_POWER_STATE) { in hda_reg_write()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_regmap.c | 293 if (verb != AC_VERB_SET_POWER_STATE) { in hda_reg_write()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_quirks.c | 2093 HDA_VERB_CMD(AC_VERB_SET_POWER_STATE, in dell_dock_mixer_create()
|