Searched defs:max1363_state (Results 1 – 1 of 1) sorted by relevance
166 struct max1363_state { struct167 struct i2c_client *client;168 u8 setupbyte;169 u8 configbyte;170 const struct max1363_chip_info *chip_info;171 const struct max1363_mode *current_mode;172 u32 requestedmask;173 struct mutex lock;177 bool monitor_on;178 unsigned int monitor_speed:3;[all …]