Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7124.c421 struct ad7124_channel_config *lru_cfg; in ad7124_pop_config() local
430 ret = kfifo_get(&st->live_cfgs_fifo, &lru_cfg); in ad7124_pop_config()
434 lru_cfg->live = false; in ad7124_pop_config()
437 assign_bit(lru_cfg->cfg_slot, &st->cfg_slots_status, 0); in ad7124_pop_config()
443 if (cfg->cfg_slot == lru_cfg->cfg_slot) in ad7124_pop_config()
447 return lru_cfg; in ad7124_pop_config()
452 struct ad7124_channel_config *lru_cfg; in ad7124_push_config() local
461 lru_cfg = ad7124_pop_config(st); in ad7124_push_config()
462 if (!lru_cfg) in ad7124_push_config()
466 free_cfg_slot = lru_cfg->cfg_slot; in ad7124_push_config()