Lines Matching defs:ad5592r_state
52 struct ad5592r_state { struct
53 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];
62 u16 cached_gp_ctrl;
63 u8 channel_modes[8];
64 u8 channel_offstate[8];
65 u8 gpio_map;
66 u8 gpio_out;
67 u8 gpio_in;
68 u8 gpio_val;
71 __be16 spi_msg_nop;