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 unsigned int num_channels;56 const struct ad5592r_rw_ops *ops;57 int scale_avail[2][2];58 u16 cached_dac[8];59 u16 cached_gp_ctrl;[all …]