Searched defs:lm80_data (Results 1 – 1 of 1) sorted by relevance
116 struct lm80_data { struct117 struct i2c_client *client;118 struct mutex update_lock;119 char error; /* !=0 if error occurred during last update */120 bool valid; /* true if following fields are valid */121 unsigned long last_updated; /* In jiffies */123 u8 in[i_num_in][7]; /* Register value, 1st index is enum in_index */124 u8 fan[f_num_fan][2]; /* Register value, 1st index enum fan_index */125 u8 fan_div[2]; /* Register encoding, shifted right */126 s16 temp[t_num_temp]; /* Register values, normalized to 16 bit */[all …]