Searched defs:ad9467_state (Results 1 – 1 of 1) sorted by relevance
159 struct ad9467_state { struct160 const struct ad9467_chip_info *info;161 struct iio_backend *back;162 struct spi_device *spi;186 static int ad9467_spi_read(struct ad9467_state *st, unsigned int reg) in ad9467_spi_read() argument