Lines Matching defs:ad7124_channel_config
146 struct ad7124_channel_config {
162 struct ad7124_channel_config cfg;
177 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,
330 struct ad7124_channel_config *cfg)
332 struct ad7124_channel_config *cfg_aux;
358 static int ad7124_init_config_vref(struct ad7124_state *st, struct ad7124_channel_config *cfg)
388 static int ad7124_write_config(struct ad7124_state *st, struct ad7124_channel_config *cfg,
419 static struct ad7124_channel_config *ad7124_pop_config(struct ad7124_state *st)
421 struct ad7124_channel_config *lru_cfg;
422 struct ad7124_channel_config *cfg;
450 static int ad7124_push_config(struct ad7124_state *st, struct ad7124_channel_config *cfg)
452 struct ad7124_channel_config *lru_cfg;
485 struct ad7124_channel_config *cfg = &st->channels[address].cfg;
486 struct ad7124_channel_config *live_cfg;
814 struct ad7124_channel_config *cfg;