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