Lines Matching refs:target_bias_level
1617 d->target_bias_level != SND_SOC_BIAS_OFF) { in dapm_pre_sequence_async()
1628 if ((d->target_bias_level == SND_SOC_BIAS_ON && in dapm_pre_sequence_async()
1630 (d->target_bias_level != SND_SOC_BIAS_ON && in dapm_pre_sequence_async()
1649 (d->target_bias_level == SND_SOC_BIAS_STANDBY || in dapm_post_sequence_async()
1650 d->target_bias_level == SND_SOC_BIAS_OFF)) { in dapm_post_sequence_async()
1659 d->target_bias_level == SND_SOC_BIAS_OFF) { in dapm_post_sequence_async()
1671 d->target_bias_level == SND_SOC_BIAS_ON) { in dapm_post_sequence_async()
1786 d->target_bias_level = SND_SOC_BIAS_OFF; in dapm_power_widgets()
1788 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1832 if (d->target_bias_level < SND_SOC_BIAS_STANDBY) in dapm_power_widgets()
1833 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1836 d->target_bias_level = SND_SOC_BIAS_ON; in dapm_power_widgets()
1848 if (d->target_bias_level > bias) in dapm_power_widgets()
1849 bias = d->target_bias_level; in dapm_power_widgets()
1852 d->target_bias_level = bias; in dapm_power_widgets()