Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/leds/
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-6.6.21/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-6.6.21/include/sound/
Dsoc-dapm.h89 .on_val = winvert ? 0 : 1, .off_val = winvert ? 1 : 0
305 .on_val = won_val, .off_val = woff_val, }
316 .on_val = wflags}
642 unsigned int on_val; /* on state value */ member
/linux-6.6.21/drivers/clk/qcom/
Dclk-rpmh.c155 u32 cmd_state, on_val; in clk_rpmh_send_aggregate_command() local
162 on_val = c->res_on_val; in clk_rpmh_send_aggregate_command()
167 cmd.data = on_val; in clk_rpmh_send_aggregate_command()
/linux-6.6.21/drivers/iio/imu/st_lsm6dsx/
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()
Dst_lsm6dsx.h283 u8 on_val; member
/linux-6.6.21/sound/soc/codecs/
Dcx2072x.c1156 .on_val = won_val, .off_val = woff_val, \
1163 .on_val = won_val, .off_val = woff_val, \
1170 .on_val = won_val, .off_val = woff_val, \
1177 .on_val = won_val, .off_val = woff_val, \
Dmt6351.c583 if (w->on_val) { in mt_reg_set_clr_event()
/linux-6.6.21/sound/soc/
Dsoc-dapm.c396 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
400 data->value = template.on_val; in dapm_kcontrol_data_alloc()
431 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
435 data->value = template.on_val; in dapm_kcontrol_data_alloc()
559 data->widget->on_val = value & data->widget->mask; in dapm_kcontrol_set_value()
563 data->widget->on_val = value >> data->widget->shift; in dapm_kcontrol_set_value()
566 data->widget->on_val = value; in dapm_kcontrol_set_value()
1350 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1360 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1600 value |= w->on_val << w->shift; in dapm_seq_run_coalesced()
[all …]
Dsoc-topology.c1338 template.on_val = w->invert ? 0 : 1; in soc_tplg_dapm_widget_create()