Searched defs:ad7280_state (Results 1 – 1 of 1) sorted by relevance
130 struct ad7280_state { struct131 struct spi_device *spi;132 struct iio_chan_spec *channels;133 struct iio_dev_attr *iio_attr;134 int slave_num;135 int scan_cnt;136 int readback_delay_us;160 static int ad7280_check_crc(struct ad7280_state *st, unsigned int val) in ad7280_check_crc() argument