Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dmax11410.c133 struct max11410_state { struct
134 struct spi_device *spi_dev;
135 struct iio_trigger *trig;
136 struct completion completion;
137 struct mutex lock; /* Prevent changing channel config during sampling */
138 struct regmap *regmap;
139 struct regulator *avdd;
140 struct regulator *vrefp[3];
141 struct regulator *vrefn[3];
142 struct max11410_channel_config *channels;
[all …]