Searched defs:ad7124_state (Results 1 – 1 of 1) sorted by relevance
187 struct ad7124_state { struct188 const struct ad7124_chip_info *chip_info;189 struct ad_sigma_delta sd;190 struct ad7124_channel *channels;191 struct regulator *vref[4];192 struct clk *mclk;193 unsigned int adc_control;194 unsigned int num_channels;195 struct mutex cfgs_lock; /* lock for configs access */196 unsigned long cfg_slots_status; /* bitmap with slot status (1 means it is used) */[all …]