Searched defs:ad7476_state (Results 1 – 1 of 1) sorted by relevance
37 struct ad7476_state { struct38 struct spi_device *spi;39 const struct ad7476_chip_info *chip_info;40 struct regulator *reg;41 struct gpio_desc *convst_gpio;42 struct spi_transfer xfer;43 struct spi_message msg;72 static void ad7091_convst(struct ad7476_state *st) in ad7091_convst() argument