Searched defs:ad5791_state (Results 1 – 1 of 1) sorted by relevance
83 struct ad5791_state { struct84 struct spi_device *spi;85 struct regulator *reg_vdd;86 struct regulator *reg_vss;87 const struct ad5791_chip_info *chip_info;111 static int ad5791_spi_write(struct ad5791_state *st, u8 addr, u32 val) in ad5791_spi_write() argument