Lines Matching defs:max1363_state
165 struct max1363_state { struct
166 struct i2c_client *client;
167 u8 setupbyte;
168 u8 configbyte;
169 const struct max1363_chip_info *chip_info;
170 const struct max1363_mode *current_mode;
171 u32 requestedmask;
172 struct regulator *reg;
176 bool monitor_on;
177 unsigned int monitor_speed:3;
178 u8 mask_high;
179 u8 mask_low;
181 s16 thresh_high[8];
182 s16 thresh_low[8];
183 struct regulator *vref;
184 u32 vref_uv;
185 int (*send)(const struct i2c_client *client,
187 int (*recv)(const struct i2c_client *client,