Searched defs:ad4695_state (Results 1 – 1 of 1) sorted by relevance
122 struct ad4695_state { struct123 struct spi_device *spi;124 struct regmap *regmap;125 struct regmap *regmap16;126 struct gpio_desc *reset_gpio;128 struct iio_chan_spec iio_chan[AD4695_MAX_CHANNELS + 2];129 struct ad4695_channel_config channels_cfg[AD4695_MAX_CHANNELS];130 const struct ad4695_chip_info *chip_info;132 unsigned int vref_mv;134 unsigned int com_mv;[all …]