Lines Matching defs:ad4695_state
123 struct ad4695_state { struct
124 struct spi_device *spi;
125 struct regmap *regmap;
126 struct regmap *regmap16;
127 struct gpio_desc *reset_gpio;
129 struct iio_chan_spec iio_chan[AD4695_MAX_CHANNELS + 2];
130 struct ad4695_channel_config channels_cfg[AD4695_MAX_CHANNELS];
131 const struct ad4695_chip_info *chip_info;
133 unsigned int vref_mv;
135 unsigned int com_mv;
142 struct spi_transfer buf_read_xfer[AD4695_MAX_CHANNELS * 2 + 3];
143 struct spi_message buf_read_msg;
147 u16 raw_data;
149 u16 cnv_cmd;
150 u8 cnv_cmd2;