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