Searched defs:ltc2664_state (Results 1 – 1 of 1) sorted by relevance
97 struct ltc2664_state { struct98 struct spi_device *spi;99 struct regmap *regmap;100 struct ltc2664_chan channels[LTC2672_MAX_CHANNEL];102 struct mutex lock;103 const struct ltc2664_chip_info *chip_info;104 struct iio_chan_spec *iio_channels;105 int vref_mv;106 u32 rfsadj_ohms;107 u32 toggle_sel;[all …]