Searched refs:ad7124_channel_config (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dad7124.c146 struct ad7124_channel_config { struct
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_cf
[all...]

Completed in 104 milliseconds