Searched defs:max11410_state (Results 1 – 1 of 1) sorted by relevance
133 struct max11410_state { struct134 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 …]