Searched refs:AC_PWRST_D3 (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/sound/ |
D | hda_verbs.h | 315 #define AC_PWRST_D3 0x03 macro
|
/Linux-v4.19/sound/pci/hda/ |
D | patch_cirrus.c | 1152 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend() 1154 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
|
D | patch_conexant.c | 192 snd_hda_codec_set_power_to_all(codec, codec->core.afg, AC_PWRST_D3); in cx_auto_reboot_notify() 194 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cx_auto_reboot_notify()
|
D | hda_codec.c | 2733 if (state != power_state && power_state == AC_PWRST_D3) in snd_hda_codec_set_power_to_all() 2757 if (power_state == AC_PWRST_D3 && in snd_hda_codec_eapd_power_filter() 2781 if (power_state == AC_PWRST_D3) { in hda_set_power_state() 2798 if (state == power_state || power_state != AC_PWRST_D3) in hda_set_power_state() 2878 state = hda_set_power_state(codec, AC_PWRST_D3); in hda_call_codec_suspend()
|
D | patch_sigmatel.c | 289 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook() 375 if (nid == codec->core.afg && power_state == AC_PWRST_D3) in stac_vref_led_power_filter() 4372 AC_PWRST_D3); in stac_init()
|
D | patch_realtek.c | 824 snd_hda_codec_set_power_to_all(codec, codec->core.afg, AC_PWRST_D3); in alc_d3_at_reboot() 826 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in alc_d3_at_reboot() 3666 if (power_state != AC_PWRST_D3 || nid == 0 || in led_power_filter() 7638 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_data) in gpio_led_power_filter()
|
D | hda_generic.c | 845 state = AC_PWRST_D3; in path_power_update() 4937 return AC_PWRST_D3; in snd_hda_gen_path_power_filter()
|
/Linux-v4.19/sound/soc/codecs/ |
D | rt286.c | 905 RT286_SET_AUDIO_POWER, AC_PWRST_D3); in rt286_set_bias_level() 1188 regmap_write(rt286->regmap, RT286_SET_AUDIO_POWER, AC_PWRST_D3); in rt286_i2c_probe()
|
D | rt298.c | 969 RT298_SET_AUDIO_POWER, AC_PWRST_D3); in rt298_set_bias_level() 1243 regmap_write(rt298->regmap, RT298_SET_AUDIO_POWER, AC_PWRST_D3); in rt298_i2c_probe()
|
D | hdac_hdmi.c | 775 hdac_hdmi_set_power_state(hdev, port->pin->nid, AC_PWRST_D3); in hdac_hdmi_pin_output_widget_event() 822 hdac_hdmi_set_power_state(hdev, cvt->nid, AC_PWRST_D3); in hdac_hdmi_cvt_output_widget_event() 1865 AC_PWRST_D3); in hdmi_codec_prepare() 2186 AC_PWRST_D3); in hdac_hdmi_runtime_suspend()
|
D | rt274.c | 932 RT274_SET_AUDIO_POWER, AC_PWRST_D3); in rt274_set_bias_level()
|