Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/include/sound/
H A 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}
629 unsigned int on_val; /* on state value */ member
/linux-6.15/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.h285 u8 on_val; member
/linux-6.15/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-6.15/sound/soc/
H A Dsoc-dapm.c401 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
405 data->value = template.on_val; in dapm_kcontrol_data_alloc()
436 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
440 data->value = template.on_val; in dapm_kcontrol_data_alloc()
564 data->widget->on_val = value & data->widget->mask; in dapm_kcontrol_set_value()
571 data->widget->on_val = value; in dapm_kcontrol_set_value()
1357 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1367 if (w->on_val & SND_SOC_DAPM_REGULATOR_BYPASS) { in dapm_regulator_event()
1607 value |= w->on_val << w->shift; in dapm_seq_run_coalesced()
3350 if (val == w->on_val) in snd_soc_dapm_new_widgets()
[all …]
H A Dsoc-topology.c1139 template.on_val = w->invert ? 0 : 1; in soc_tplg_dapm_widget_create()
/linux-6.15/drivers/clk/qcom/
H A Dclk-rpmh.c156 u32 cmd_state, on_val; in clk_rpmh_send_aggregate_command() local
163 on_val = c->res_on_val; in clk_rpmh_send_aggregate_command()
168 cmd.data = on_val; in clk_rpmh_send_aggregate_command()