Searched defs:ad4030_state (Results 1 – 1 of 1) sorted by relevance
185 struct ad4030_state { struct186 struct spi_device *spi;187 struct regmap *regmap;188 const struct ad4030_chip_info *chip;189 struct gpio_desc *cnv_gpio;190 int vref_uv;191 int vio_uv;192 int offset_avail[3];193 unsigned int avg_log2;194 enum ad4030_out_mode mode;[all …]