Searched defs:ad7380_state (Results 1 – 1 of 1) sorted by relevance
513 struct ad7380_state { struct514 const struct ad7380_chip_info *chip_info;515 struct spi_device *spi;516 struct regmap *regmap;517 unsigned int oversampling_ratio;518 bool resolution_boost_enabled;519 unsigned int ch;520 bool seq;521 unsigned int vref_mv;545 struct ad7380_state *st = context; in ad7380_regmap_reg_write() argument