Searched refs:ad7124_channel_config (Results 1 – 1 of 1) sorted by relevance
147 struct ad7124_channel_config { struct166 struct ad7124_channel_config cfg; argument181 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);333 static struct ad7124_channel_config *ad7124_find_similar_live_cfg(struct ad7124_state *st, in ad7124_find_similar_live_cfg()334 struct ad7124_channel_config *cfg) in ad7124_find_similar_live_cfg()336 struct ad7124_channel_config *cfg_aux; in ad7124_find_similar_live_cfg()340 cmp_size = sizeof_field(struct ad7124_channel_config, config_props); in ad7124_find_similar_live_cfg()363 static int ad7124_init_config_vref(struct ad7124_state *st, struct ad7124_channel_config *cfg) in ad7124_init_config_vref()392 static int ad7124_write_config(struct ad7124_state *st, struct ad7124_channel_config *cfg, in ad7124_write_config()416 static struct ad7124_channel_config *ad7124_pop_config(struct ad7124_state *st) in ad7124_pop_config()[all …]