Home
last modified time | relevance | path

Searched refs:on_val (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.h591 .on_val = 1, .off_val = 0, \
599 .on_val = 1, .off_val = 0, \
607 .on_val = 1, .off_val = 0, \
615 .on_val = 1, .off_val = 0, \
623 .on_val = 1, .off_val = 0, \
632 .on_val = 1, .off_val = 0, \
640 .on_val = 1, .off_val = 0, \
/linux-4.1.27/include/sound/
Dsoc-dapm.h75 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
252 .on_val = won_val, .off_val = woff_val, }
261 .on_val = wflags}
541 unsigned int on_val; /* on state value */ member
/linux-4.1.27/sound/soc/
Dsoc-dapm.c339 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
343 data->value = template.on_val; in dapm_kcontrol_data_alloc()
454 data->widget->on_val = value; in dapm_kcontrol_set_value()
1103 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1113 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1322 value |= w->on_val << w->shift; in dapm_seq_run_coalesced()
2766 if (val == w->on_val) in snd_soc_dapm_new_widgets()
3086 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in snd_soc_dapm_new_control()