Searched defs:ad7476_state (Results 1 – 1 of 1) sorted by relevance
33 struct ad7476_state { struct34 struct spi_device *spi;35 const struct ad7476_chip_info *chip_info;36 struct regulator *reg;37 struct spi_transfer xfer;38 struct spi_message msg;68 struct ad7476_state *st = iio_priv(indio_dev); in ad7476_trigger_handler() argument