Searched defs:ad7606_state (Results 1 – 1 of 1) sorted by relevance
148 struct ad7606_state { struct149 struct device *dev;150 const struct ad7606_chip_info *chip_info;151 const struct ad7606_bus_ops *bops;152 struct ad7606_chan_scale chan_scales[AD760X_MAX_CHANNELS];153 unsigned int oversampling;154 struct pwm_device *cnvst_pwm;155 void __iomem *base_address;156 bool sw_mode_en;157 const unsigned int *oversampling_avail;[all …]