Searched defs:ad5686_state (Results 1 – 1 of 1) sorted by relevance
68 struct ad5686_state { struct69 struct spi_device *spi;70 const struct ad5686_chip_info *chip_info;71 struct regulator *reg;95 static int ad5686_spi_write(struct ad5686_state *st, in ad5686_spi_write() argument