Searched defs:ad8366_state (Results 1 – 1 of 1) sorted by relevance
39 struct ad8366_state { struct40 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;