Searched refs:ad7124_channel_config (Results 1 – 1 of 1) sorted by relevance
146 struct ad7124_channel_config { struct162 struct ad7124_channel_config cfg; argument177 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);329 static struct ad7124_channel_config *ad7124_find_similar_live_cfg(struct ad7124_state *st, in ad7124_find_similar_live_cfg()330 struct ad7124_channel_config *cfg) in ad7124_find_similar_live_cfg()332 struct ad7124_channel_config *cfg_aux; in ad7124_find_similar_live_cfg()358 static int ad7124_init_config_vref(struct ad7124_state *st, struct ad7124_channel_config *cfg) in ad7124_init_config_vref()388 static int ad7124_write_config(struct ad7124_state *st, struct ad7124_channel_config *cfg, in ad7124_write_config()419 static struct ad7124_channel_config *ad7124_pop_config(struct ad7124_state *st) in ad7124_pop_config()421 struct ad7124_channel_config *lru_cfg; in ad7124_pop_config()[all …]