Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dlm80.c129 struct lm80_data { struct
130 struct i2c_client *client;
131 struct mutex update_lock;
132 char error; /* !=0 if error occurred during last update */
133 char valid; /* !=0 if following fields are valid */
134 unsigned long last_updated; /* In jiffies */
136 u8 in[i_num_in][7]; /* Register value, 1st index is enum in_index */
137 u8 fan[f_num_fan][2]; /* Register value, 1st index enum fan_index */
138 u8 fan_div[2]; /* Register encoding, shifted right */
139 s16 temp[t_num_temp]; /* Register values, normalized to 16 bit */
[all …]