Searched defs:w83627hf_data (Results 1 – 1 of 1) sorted by relevance
350 struct w83627hf_data { struct351 unsigned short addr;352 const char *name;353 struct device *hwmon_dev;354 struct mutex lock;355 enum chips type;357 struct mutex update_lock;358 bool valid; /* true if following fields are valid */359 unsigned long last_updated; /* In jiffies */361 u8 in[9]; /* Register value */[all …]