Home
last modified time | relevance | path

Searched refs:off_val (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/leds/
H A Dleds-cht-wcove.c58 u8 off_val; member
88 .off_val = CHT_WC_LED1_SWCTL,
96 .off_val = 0,
115 led->regs->on_off_mask, led->regs->off_val); in cht_wc_leds_brightness_set()
/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.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.c443 to = widget->off_val; in entity_pde_event()
446 from = widget->off_val; in entity_pde_event()
503 (*widget)->off_val = SDCA_PDE_PS3; in entity_parse_pde()
/linux/sound/soc/
H A Dsoc-dapm.c754 template.off_val = mc->max; in dapm_kcontrol_data_alloc()
756 template.off_val = 0; in dapm_kcontrol_data_alloc()
757 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
792 template.off_val = snd_soc_enum_item_to_val(e, 0); in dapm_kcontrol_data_alloc()
793 template.on_val = template.off_val; in dapm_kcontrol_data_alloc()
1913 value |= w->off_val << w->shift; in dapm_seq_run_coalesced()
H A Dsoc-topology.c1147 template.off_val = w->invert ? 1 : 0; in soc_tplg_dapm_widget_create()
/linux/sound/soc/codecs/
H A Dmt6351.c597 if (w->off_val) { in mt_reg_set_clr_event()