Searched defs:ad4030_state (Results 1 – 1 of 1) sorted by relevance
146 struct ad4030_state { struct147 struct spi_device *spi;148 struct regmap *regmap;149 const struct ad4030_chip_info *chip;150 struct gpio_desc *cnv_gpio;151 int vref_uv;152 int vio_uv;153 int offset_avail[3];154 unsigned int avg_log2;155 enum ad4030_out_mode mode;[all …]