Searched defs:ad7779_state (Results 1 – 1 of 1) sorted by relevance
140 struct ad7779_state { struct141 struct spi_device *spi;142 const struct ad7779_chip_info *chip_info;143 struct clk *mclk;144 struct iio_trigger *trig;145 struct completion completion;146 unsigned int sampling_freq;147 enum ad7779_filter filter_enabled;171 static int ad7779_spi_read(struct ad7779_state *st, u8 reg, u8 *rbuf) in ad7779_spi_read() argument