Searched defs:jc42_data (Results 1 – 1 of 1) sorted by relevance
193 struct jc42_data { struct194 struct i2c_client *client;195 struct mutex update_lock; /* protect register access */196 bool extended; /* true if extended range supported */197 bool valid;198 unsigned long last_updated; /* In jiffies */199 u16 orig_config; /* original configuration */200 u16 config; /* current configuration */201 u16 temp[t_num_temp];/* Temperatures */