Searched defs:ad7124_state (Results 1 – 1 of 1) sorted by relevance
171 struct ad7124_state { struct172 const struct ad7124_chip_info *chip_info;173 struct ad_sigma_delta sd;174 struct ad7124_channel *channels;175 struct regulator *vref[4];176 struct clk *mclk;177 unsigned int adc_control;178 unsigned int num_channels;179 struct mutex cfgs_lock; /* lock for configs access */180 unsigned long cfg_slots_status; /* bitmap with slot status (1 means it is used) */