Lines Matching defs:tmp401_data
109 struct tmp401_data { struct
110 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];
121 u16 temp_high[2];
122 u8 temp_crit[2];
123 u8 temp_crit_hyst;
124 u16 temp_lowest[2];
125 u16 temp_highest[2];