Home
last modified time | relevance | path

Searched refs:off_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, }
542 unsigned int off_val; /* off state value */ member
/linux-4.1.27/sound/soc/
Dsoc-dapm.c336 template.off_val = mc->max; in dapm_kcontrol_data_alloc()
338 template.off_val = 0; in dapm_kcontrol_data_alloc()
339 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
1324 value |= w->off_val << w->shift; in dapm_seq_run_coalesced()