Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.h593 .on_val = 1, .off_val = 0, \
601 .on_val = 1, .off_val = 0, \
609 .on_val = 1, .off_val = 0, \
617 .on_val = 1, .off_val = 0, \
625 .on_val = 1, .off_val = 0, \
634 .on_val = 1, .off_val = 0, \
642 .on_val = 1, .off_val = 0, \
/linux-4.4.14/include/sound/
Dsoc-dapm.h77 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
258 .on_val = won_val, .off_val = woff_val, }
267 .on_val = wflags}
564 unsigned int on_val; /* on state value */ member
/linux-4.4.14/sound/soc/
Dsoc-dapm.c351 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
355 data->value = template.on_val; in dapm_kcontrol_data_alloc()
386 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
390 data->value = template.on_val; in dapm_kcontrol_data_alloc()
504 data->widget->on_val = value; in dapm_kcontrol_set_value()
1202 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1212 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1421 value |= w->on_val << w->shift; in dapm_seq_run_coalesced()
2964 if (val == w->on_val) in snd_soc_dapm_new_widgets()
3308 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in snd_soc_dapm_new_control_unlocked()
Dsoc-topology.c1408 template.on_val = w->invert ? 0 : 1; in soc_tplg_dapm_widget_create()