Searched defs:tmp401_data (Results 1 – 1 of 1) sorted by relevance
109 struct tmp401_data { struct110 struct device *hwmon_dev;111 struct mutex update_lock;112 char valid; /* zero until following fields are valid */113 unsigned long last_updated; /* in jiffies */114 enum chips kind;117 u8 status;118 u8 config;119 u16 temp[2];120 u16 temp_low[2];[all …]