Searched defs:jc42_data (Results 1 – 1 of 1) sorted by relevance
221 struct jc42_data { struct222 struct i2c_client *client;223 struct mutex update_lock; /* protect register access */224 bool extended; /* true if extended range supported */225 bool valid;226 unsigned long last_updated; /* In jiffies */227 u16 orig_config; /* original configuration */228 u16 config; /* current configuration */229 u16 temp[t_num_temp];/* Temperatures */