Searched defs:ad7768_state (Results 1 – 1 of 1) sorted by relevance
157 struct ad7768_state { struct158 struct spi_device *spi;159 struct regmap *regmap;160 struct regmap *regmap24;161 struct regulator *vref;162 struct clk *mclk;163 unsigned int mclk_freq;164 unsigned int samp_freq;165 struct completion completion;166 struct iio_trigger *trig;[all …]