Lines Matching defs:ad9523_state
266 struct ad9523_state { struct
267 struct spi_device *spi;
268 struct regulator *reg;
269 struct ad9523_platform_data *pdata;
270 struct iio_chan_spec ad9523_channels[AD9523_NUM_CHAN];
271 struct gpio_desc *pwrdown_gpio;
272 struct gpio_desc *reset_gpio;
273 struct gpio_desc *sync_gpio;
275 unsigned long vcxo_freq;
276 unsigned long vco_freq;
277 unsigned long vco_out_freq[AD9523_NUM_CLK_SRC];
301 struct ad9523_state *st = iio_priv(indio_dev); in ad9523_read() argument