Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Djc42.c218 struct jc42_data { struct
219 struct i2c_client *client;
220 struct mutex update_lock; /* protect register access */
221 bool extended; /* true if extended range supported */
222 bool valid;
223 unsigned long last_updated; /* In jiffies */
224 u16 orig_config; /* original configuration */
225 u16 config; /* current configuration */
226 u16 temp[t_num_temp];/* Temperatures */