Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dvt1211.c102 struct vt1211_data { struct
103 unsigned short addr;
104 const char *name;
105 struct device *hwmon_dev;
107 struct mutex update_lock;
108 bool valid; /* true if following fields are valid */
109 unsigned long last_updated; /* In jiffies */
112 u8 in[6];
113 u8 in_max[6];
114 u8 in_min[6];
[all …]