Searched defs:ad2s1210_state (Results 1 – 1 of 1) sorted by relevance
139 struct ad2s1210_state { struct140 struct mutex lock;141 struct spi_device *sdev;143 struct gpio_desc *sample_gpio;145 struct gpio_descs *mode_gpios;147 struct regmap *regmap;149 unsigned long clkin_hz;151 int hysteresis_available[2];175 static int ad2s1210_set_mode(struct ad2s1210_state *st, enum ad2s1210_mode mode) in ad2s1210_set_mode() argument