Home
last modified time | relevance | path

Searched refs:off_val (Results 1 – 8 of 8) 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/regulator/
H A Dcpcap-regulator.c98 mode_mask, volt_mask, mode_val, off_val, \ argument
115 .disable_val = (off_val), \
/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_shub.c75 .off_val = 0x2,
142 .off_val = 0x2,
505 : settings->pwr_table.off_val; in st_lsm6dsx_shub_set_enable()
/linux/drivers/edac/
H A Dedac_device.c58 char *blk_name, unsigned nr_blocks, unsigned off_val, in edac_device_alloc_ctl_info() argument
121 "%s%d", blk_name, block + off_val); in edac_device_alloc_ctl_info()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c346 to = widget->off_val; in entity_pde_event()
349 from = widget->off_val; in entity_pde_event()
422 (*widget)->off_val = SDCA_PDE_PS3; in entity_parse_pde()
/linux/sound/soc/
H A Dsoc-dapm.c748 template.off_val = mc->max; in dapm_kcontrol_data_alloc()
750 template.off_val = 0; in dapm_kcontrol_data_alloc()
751 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
785 template.off_val = snd_soc_enum_item_to_val(e, 0); in dapm_kcontrol_data_alloc()
786 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
1902 value |= w->off_val << w->shift; in dapm_seq_run_coalesced()
H A Dsoc-topology.c1143 template.off_val = w->invert ? 1 : 0; in soc_tplg_dapm_widget_create()
/linux/sound/soc/codecs/
H A Dmt6351.c598 if (w->off_val) { in mt_reg_set_clr_event()