ad7173_channel_config
struct ad7173_channel_config *cfg;
const struct ad7173_channel_config *cfg = &st->channels[i].cfg;
const struct ad7173_channel_config *cfg1, *cfg2;
struct ad7173_channel_config cfg;
struct ad7173_channel_config *cfg = &adchan->cfg;
static bool ad7173_is_setup_equal(const struct ad7173_channel_config *cfg1,
const struct ad7173_channel_config *cfg2)
static_assert(sizeof_field(struct ad7173_channel_config, config_props) ==
static struct ad7173_channel_config *
ad7173_find_live_config(struct ad7173_state *st, struct ad7173_channel_config *cfg)
struct ad7173_channel_config *cfg_aux;
struct ad7173_channel_config *cfg)
struct ad7173_channel_config *cfg = &st->channels[addr].cfg;
struct ad7173_channel_config *live_cfg;