Searched defs:ad7606_state (Results 1 – 1 of 1) sorted by relevance
141 struct ad7606_state { struct142 struct device *dev;143 const struct ad7606_chip_info *chip_info;144 const struct ad7606_bus_ops *bops;145 struct ad7606_chan_info chan_info[AD760X_MAX_CHANNELS];146 unsigned int oversampling;147 struct pwm_device *cnvst_pwm;148 void __iomem *base_address;149 bool sw_mode_en;150 const unsigned int *oversampling_avail;[all …]