Home
last modified time | relevance | path

Searched defs:ltc2664_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iio/dac/
Dltc2664.c98 struct ltc2664_state { struct
99 struct spi_device *spi;
100 struct regmap *regmap;
101 struct ltc2664_chan channels[LTC2672_MAX_CHANNEL];
103 struct mutex lock;
104 const struct ltc2664_chip_info *chip_info;
105 struct iio_chan_spec *iio_channels;
106 int vref_mv;
107 u32 rfsadj_ohms;
108 u32 toggle_sel;
[all …]