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 struct mutex lock;174 bool monitor_on;175 unsigned int monitor_speed:3;176 u8 mask_high;[all …]