Home
last modified time | relevance | path

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

/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/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.h312 u8 on_val; member
/linux/drivers/clk/qcom/
H A Dclk-rpmh.c158 u32 cmd_state, on_val; in clk_rpmh_send_aggregate_command() local
165 on_val = c->res_on_val; in clk_rpmh_send_aggregate_command()
170 cmd.data = on_val; in clk_rpmh_send_aggregate_command()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c309 from = widget->on_val; in entity_parse_ot()
314 to = widget->on_val; in entity_parse_ot()
385 (*widget)->on_val = SDCA_PDE_PS0; in entity_pde_event()
/linux/sound/soc/codecs/
H A Dmt6351.c583 if (w->on_val) { in mt_reg_set_clr_event()
/linux/sound/soc/
H A Dsoc-topology.c1142 template.on_val = w->invert ? 0 : 1; in soc_tplg_dapm_widget_create()