Home
last modified time | relevance | path

Searched refs:cfg_slot (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/iio/adc/
H A Dad7124.c158 unsigned int cfg_slot; member
425 unsigned int cfg_slot) in ad7124_write_config() argument
431 cfg->cfg_slot = cfg_slot; in ad7124_write_config()
445 ret = ad_sd_write_reg(&st->sd, AD7124_CONFIG(cfg->cfg_slot), 2, val); in ad7124_write_config()
451 return ad7124_spi_write_mask(st, AD7124_FILTER(cfg->cfg_slot), in ad7124_write_config()
474 assign_bit(lru_cfg->cfg_slot, &st->cfg_slots_status, 0); in ad7124_pop_config()
480 if (cfg->cfg_slot == lru_cfg->cfg_slot) in ad7124_pop_config()
503 free_cfg_slot = lru_cfg->cfg_slot; in ad7124_push_config()
535 cfg->cfg_slot = live_cfg->cfg_slot; in ad7124_prepare_read()
909 ret = ad_sd_read_reg(&st->sd, AD7124_OFFSET(ch->cfg.cfg_slot), 3, in ad7124_syscalib_locked()
[all …]
H A Dad7173.c197 u8 cfg_slot; member
617 if (st->channels[i].cfg.cfg_slot == lru_position) in ad7173_free_config_slot_lru()
636 cfg->cfg_slot = free_cfg_slot; in ad7173_load_config()
662 cfg->cfg_slot = live_cfg->cfg_slot; in ad7173_config_channel()
675 st->config_cnts[cfg->cfg_slot] = st->config_usage_counter; in ad7173_config_channel()
691 FIELD_PREP(AD7173_CH_SETUP_SEL_MASK, st->channels[channel].cfg.cfg_slot) | in ad7173_set_channel()