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