Searched defs:max1363_state (Results 1 – 1 of 1) sorted by relevance
164 struct max1363_state { struct165 struct i2c_client *client;166 u8 setupbyte;167 u8 configbyte;168 const struct max1363_chip_info *chip_info;169 const struct max1363_mode *current_mode;170 u32 requestedmask;171 struct regulator *reg;175 bool monitor_on;176 unsigned int monitor_speed:3;[all …]