Home
last modified time | relevance | path

Searched refs:ad7173_channel_config (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7173.c188 struct ad7173_channel_config { struct
203 struct ad7173_channel_config cfg; argument
711 static struct ad7173_channel_config *
712 ad7173_find_live_config(struct ad7173_state *st, struct ad7173_channel_config *cfg) in ad7173_find_live_config()
714 struct ad7173_channel_config *cfg_aux; in ad7173_find_live_config()
718 cmp_size = sizeof_field(struct ad7173_channel_config, config_props); in ad7173_find_live_config()
748 struct ad7173_channel_config *cfg) in ad7173_load_config()
777 struct ad7173_channel_config *cfg = &st->channels[addr].cfg; in ad7173_config_channel()
778 struct ad7173_channel_config *live_cfg; in ad7173_config_channel()
1034 struct ad7173_channel_config *cfg; in ad7173_write_raw()