Lines Matching refs:target_bias_level
1264 d->target_bias_level != SND_SOC_BIAS_OFF) { in dapm_pre_sequence_async()
1275 if (d->bias_level != d->target_bias_level) { in dapm_pre_sequence_async()
1293 (d->target_bias_level == SND_SOC_BIAS_STANDBY || in dapm_post_sequence_async()
1294 d->target_bias_level == SND_SOC_BIAS_OFF)) { in dapm_post_sequence_async()
1303 d->target_bias_level == SND_SOC_BIAS_OFF) { in dapm_post_sequence_async()
1314 d->target_bias_level == SND_SOC_BIAS_ON) { in dapm_post_sequence_async()
1426 d->target_bias_level = SND_SOC_BIAS_OFF; in dapm_power_widgets()
1428 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1471 if (d->target_bias_level < SND_SOC_BIAS_STANDBY) in dapm_power_widgets()
1472 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1475 d->target_bias_level = SND_SOC_BIAS_ON; in dapm_power_widgets()
1489 dapm->target_bias_level = SND_SOC_BIAS_ON; in dapm_power_widgets()
1493 dapm->target_bias_level = SND_SOC_BIAS_ON; in dapm_power_widgets()
1495 dapm->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1498 dapm->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()
1501 dapm->target_bias_level = dapm->bias_level; in dapm_power_widgets()
1513 if (d->target_bias_level > bias) in dapm_power_widgets()
1514 bias = d->target_bias_level; in dapm_power_widgets()
1517 d->target_bias_level = bias; in dapm_power_widgets()