Searched refs:AC_PWRST_D3 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/sound/ |
D | hda_verbs.h | 313 #define AC_PWRST_D3 0x03 macro
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_conexant.c | 219 snd_hda_codec_set_power_to_all(codec, codec->core.afg, AC_PWRST_D3); in cx_auto_reboot_notify() 221 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cx_auto_reboot_notify()
|
D | patch_cirrus.c | 1162 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend() 1164 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in cs421x_suspend()
|
D | hda_codec.c | 2800 if (state != power_state && power_state == AC_PWRST_D3) in snd_hda_codec_set_power_to_all() 2850 if (power_state == AC_PWRST_D3 && in snd_hda_codec_eapd_power_filter() 2874 if (power_state == AC_PWRST_D3) { in hda_set_power_state() 2891 if (state == power_state || power_state != AC_PWRST_D3) in hda_set_power_state() 2972 state = hda_set_power_state(codec, AC_PWRST_D3); in hda_call_codec_suspend()
|
D | patch_sigmatel.c | 288 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac_capture_pcm_hook() 392 if (nid == codec->core.afg && power_state == AC_PWRST_D3) in stac_vref_led_power_filter() 4359 AC_PWRST_D3); in stac_init()
|
D | patch_realtek.c | 805 snd_hda_codec_set_power_to_all(codec, codec->core.afg, AC_PWRST_D3); in alc_d3_at_reboot() 807 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in alc_d3_at_reboot() 3256 if (power_state != AC_PWRST_D3 || nid == 0 || in led_power_filter() 6429 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_led) in gpio_led_power_filter()
|
D | hda_generic.c | 857 state = AC_PWRST_D3; in path_power_update() 4771 return AC_PWRST_D3; in snd_hda_gen_path_power_filter()
|
/linux-4.4.14/sound/soc/codecs/ |
D | rt286.c | 922 RT286_SET_AUDIO_POWER, AC_PWRST_D3); in rt286_set_bias_level() 1187 regmap_write(rt286->regmap, RT286_SET_AUDIO_POWER, AC_PWRST_D3); in rt286_i2c_probe()
|
D | rt298.c | 947 RT298_SET_AUDIO_POWER, AC_PWRST_D3); in rt298_set_bias_level() 1200 regmap_write(rt298->regmap, RT298_SET_AUDIO_POWER, AC_PWRST_D3); in rt298_i2c_probe()
|