Home
last modified time | relevance | path

Searched defs:ad7476_state (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
Dad7476.c37 struct ad7476_state { struct
38 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