Lines Matching defs:vt1211_data
102 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];
115 u8 temp[7];
116 u8 temp_max[7];
117 u8 temp_hyst[7];
118 u8 fan[2];
119 u8 fan_min[2];
120 u8 fan_div[2];
121 u8 fan_ctl;
122 u8 pwm[2];
123 u8 pwm_ctl[2];
124 u8 pwm_clk;
125 u8 pwm_auto_temp[4];
126 u8 pwm_auto_pwm[2][4];
127 u8 vid; /* Read once at init time */
128 u8 vrm;
129 u8 uch_config; /* Read once at init time */
130 u16 alarms;