Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/amplifiers/
Dad8366.c39 struct ad8366_state { struct
40 struct spi_device *spi;
41 struct regulator *reg;
42 struct mutex lock; /* protect sensor state */
43 struct gpio_desc *reset_gpio;
44 unsigned char ch[2];
45 enum ad8366_type type;
46 struct ad8366_info *info;
51 unsigned char data[2] ____cacheline_aligned;