Lines Matching defs:vt1211_data
115 struct vt1211_data { struct
116 unsigned short addr;
117 const char *name;
118 struct device *hwmon_dev;
120 struct mutex update_lock;
121 char valid; /* !=0 if following fields are valid */
122 unsigned long last_updated; /* In jiffies */
125 u8 in[6];
126 u8 in_max[6];
127 u8 in_min[6];
128 u8 temp[7];
129 u8 temp_max[7];
130 u8 temp_hyst[7];
131 u8 fan[2];
132 u8 fan_min[2];
133 u8 fan_div[2];
134 u8 fan_ctl;
135 u8 pwm[2];
136 u8 pwm_ctl[2];
137 u8 pwm_clk;
138 u8 pwm_auto_temp[4];
139 u8 pwm_auto_pwm[2][4];
140 u8 vid; /* Read once at init time */
141 u8 vrm;
142 u8 uch_config; /* Read once at init time */
143 u16 alarms;