Searched defs:ad5592r_state (Results 1 – 1 of 1) sorted by relevance
50 struct ad5592r_state { struct51 struct device *dev;52 struct regulator *reg;53 struct gpio_chip gpiochip;54 struct mutex gpio_lock; /* Protect cached gpio_out, gpio_val, etc. */55 struct mutex lock;56 unsigned int num_channels;57 const struct ad5592r_rw_ops *ops;58 int scale_avail[2][2];59 u16 cached_dac[8];[all …]