Searched defs:ad7606_state (Results 1 – 1 of 1) sorted by relevance
92 struct ad7606_state { struct93 struct device *dev;94 const struct ad7606_chip_info *chip_info;95 struct regulator *reg;96 const struct ad7606_bus_ops *bops;97 unsigned int range[16];98 unsigned int oversampling;99 void __iomem *base_address;100 bool sw_mode_en;101 const unsigned int *scale_avail;[all …]