Lines Matching refs:target_bias_level
1712 d->target_bias_level != SND_SOC_BIAS_OFF) { in dapm_pre_sequence_async()
1723 if ((d->target_bias_level == SND_SOC_BIAS_ON && in dapm_pre_sequence_async()
1725 (d->target_bias_level != SND_SOC_BIAS_ON && in dapm_pre_sequence_async()
1744 (d->target_bias_level == SND_SOC_BIAS_STANDBY || in dapm_post_sequence_async()
1745 d->target_bias_level == SND_SOC_BIAS_OFF)) { in dapm_post_sequence_async()
1754 d->target_bias_level == SND_SOC_BIAS_OFF) { in dapm_post_sequence_async()
1766 d->target_bias_level == SND_SOC_BIAS_ON) { in dapm_post_sequence_async()
1881 d->target_bias_level = SND_SOC_BIAS_OFF; in dapm_power_widgets()
1883 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1928 if (d->target_bias_level < SND_SOC_BIAS_STANDBY) in dapm_power_widgets()
1929 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1932 d->target_bias_level = SND_SOC_BIAS_ON; in dapm_power_widgets()
1944 if (d->target_bias_level > bias) in dapm_power_widgets()
1945 bias = d->target_bias_level; in dapm_power_widgets()
1948 d->target_bias_level = bias; in dapm_power_widgets()