Lines Matching defs:ad2s1210_state
140 struct ad2s1210_state { struct
141 struct mutex lock;
142 struct spi_device *sdev;
144 struct gpio_desc *sample_gpio;
146 struct gpio_descs *mode_gpios;
148 struct regmap *regmap;
150 unsigned long clkin_hz;
152 int hysteresis_available[2];
176 static int ad2s1210_set_mode(struct ad2s1210_state *st, enum ad2s1210_mode mode) in ad2s1210_set_mode() argument