Lines Matching refs:target_bias_level
1518 d->target_bias_level != SND_SOC_BIAS_OFF) { in dapm_pre_sequence_async()
1529 if ((d->target_bias_level == SND_SOC_BIAS_ON && in dapm_pre_sequence_async()
1531 (d->target_bias_level != SND_SOC_BIAS_ON && in dapm_pre_sequence_async()
1550 (d->target_bias_level == SND_SOC_BIAS_STANDBY || in dapm_post_sequence_async()
1551 d->target_bias_level == SND_SOC_BIAS_OFF)) { in dapm_post_sequence_async()
1560 d->target_bias_level == SND_SOC_BIAS_OFF) { in dapm_post_sequence_async()
1572 d->target_bias_level == SND_SOC_BIAS_ON) { in dapm_post_sequence_async()
1687 d->target_bias_level = SND_SOC_BIAS_OFF; in dapm_power_widgets()
1689 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1733 if (d->target_bias_level < SND_SOC_BIAS_STANDBY) in dapm_power_widgets()
1734 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1737 d->target_bias_level = SND_SOC_BIAS_ON; in dapm_power_widgets()
1749 if (d->target_bias_level > bias) in dapm_power_widgets()
1750 bias = d->target_bias_level; in dapm_power_widgets()
1753 d->target_bias_level = bias; in dapm_power_widgets()