Home
last modified time | relevance | path

Searched defs:jc42_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Djc42.c193 struct jc42_data { struct
194 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 */