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