Searched defs:lm85_data (Results 1 – 1 of 1) sorted by relevance
286 struct lm85_data { struct287 struct i2c_client *client;289 const int *freq_map;290 unsigned int freq_map_size;292 enum chips type;296 struct mutex update_lock;301 u8 in[8]; /* Register value */313 u8 vid; /* Register value */314 u8 vrm; /* VRM version */317 struct lm85_autofan autofan[3];[all …]