Searched defs:ad7124_state (Results 1 – 1 of 1) sorted by relevance
209 struct ad7124_state { struct210 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 …]