Searched refs:lru_cfg (Results 1 – 1 of 1) sorted by relevance
418 struct ad7124_channel_config *lru_cfg; in ad7124_pop_config() local427 ret = kfifo_get(&st->live_cfgs_fifo, &lru_cfg); in ad7124_pop_config()431 lru_cfg->live = false; in ad7124_pop_config()434 assign_bit(lru_cfg->cfg_slot, &st->cfg_slots_status, 0); in ad7124_pop_config()440 if (cfg->cfg_slot == lru_cfg->cfg_slot) in ad7124_pop_config()444 return lru_cfg; in ad7124_pop_config()449 struct ad7124_channel_config *lru_cfg; in ad7124_push_config() local458 lru_cfg = ad7124_pop_config(st); in ad7124_push_config()459 if (!lru_cfg) in ad7124_push_config()463 free_cfg_slot = lru_cfg->cfg_slot; in ad7124_push_config()