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.c210 struct ad7124_state { struct
211 const struct ad7124_chip_info *chip_info;
212 struct ad_sigma_delta sd;
213 struct ad7124_channel *channels;
214 struct regulator *vref[4];
215 u32 clk_hz;
216 unsigned int adc_control;
217 unsigned int num_channels;
218 struct mutex cfgs_lock; /* lock for configs access */
219 u8 cfg_slot_use_count[AD7124_MAX_CONFIGS];
[all …]