Home
last modified time | relevance | path

Searched defs:ad7124_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/iio/adc/
Dad7124.c187 struct ad7124_state { struct
188 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 …]