Home
last modified time | relevance | path

Searched defs:ad7124_state (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7124.c209 struct ad7124_state { struct
210 const struct ad7124_chip_info *chip_info;
211 struct ad_sigma_delta sd;
212 struct ad7124_channel *channels;
213 struct regulator *vref[4];
214 u32 clk_hz;
215 unsigned int adc_control;
216 unsigned int num_channels;
217 struct mutex cfgs_lock; /* lock for configs access */
218 u8 cfg_slot_use_count[AD7124_MAX_CONFIGS];
[all …]