Searched defs:ad4695_state (Results 1 – 1 of 1) sorted by relevance
123 struct ad4695_state { struct124 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;[all …]