Searched defs:jc42_data (Results 1 – 1 of 1) sorted by relevance
208 struct jc42_data { struct209 struct i2c_client *client;210 struct mutex update_lock; /* protect register access */211 bool extended; /* true if extended range supported */212 bool valid;213 unsigned long last_updated; /* In jiffies */214 u16 orig_config; /* original configuration */215 u16 config; /* current configuration */216 u16 temp[t_num_temp];/* Temperatures */