Home
last modified time | relevance | path

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

/linux/drivers/leds/ !
H A Dleds-cht-wcove.c58 u8 on_val; member
88 .on_val = CHT_WC_LED1_SWCTL | CHT_WC_LED1_ON,
96 .on_val = CHT_WC_LED2_ON,
135 led->regs->on_off_mask, led->regs->on_val); in cht_wc_leds_brightness_set()
160 if (val != led->regs->on_val) { in cht_wc_leds_brightness_get()
256 ctrl | led->regs->on_val); in cht_wc_leds_set_effect()
/linux/sound/soc/intel/atom/ !
H A 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/include/sound/ !
H A Dsoc-dapm.h91 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
307 .on_val = won_val, .off_val = woff_val, }
318 .on_val = wflags}
531 unsigned int on_val; /* on state value */
530 unsigned int on_val; /* on state value */ global() member
/linux/drivers/iio/imu/st_lsm6dsx/ !
H A Dst_lsm6dsx_shub.c76 .on_val = 0x0,
143 .on_val = 0x0,
504 val = enable ? settings->pwr_table.on_val in st_lsm6dsx_shub_set_enable()
H A Dst_lsm6dsx.h330 u8 on_val; member
/linux/sound/soc/ !
H A Dsoc-dapm.c751 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
755 data->value = template.on_val; in dapm_kcontrol_data_alloc()
786 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
790 data->value = template.on_val; in dapm_kcontrol_data_alloc()
914 data->widget->on_val = value & data->widget->mask; in dapm_kcontrol_set_value()
918 data->widget->on_val = value >> data->widget->shift; in dapm_kcontrol_set_value()
921 data->widget->on_val = value; in dapm_kcontrol_set_value()
1651 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in snd_soc_dapm_regulator_event()
1661 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in snd_soc_dapm_regulator_event()
1900 value |= w->on_val << w->shift; in dapm_seq_run_coalesced()
[all …]
H A Dsoc-topology.c1142 template.on_val = w->invert ? 0 : 1; in soc_tplg_dapm_widget_create()
/linux/sound/soc/codecs/ !
H A Dcx2072x.c1151 .on_val = won_val, .off_val = woff_val, \
1158 .on_val = won_val, .off_val = woff_val, \
1165 .on_val = won_val, .off_val = woff_val, \
1172 .on_val = won_val, .off_val = woff_val, \
H A Dmt6351.c583 if (w->on_val) { in mt_reg_set_clr_event()
/linux/sound/soc/sdca/ !
H A Dsdca_asoc.c345 from = widget->on_val; in entity_pde_event()
350 to = widget->on_val; in entity_pde_event()
421 (*widget)->on_val = SDCA_PDE_PS0; in entity_parse_pde()