Lines Matching defs:gl520_data
77 struct gl520_data { struct
78 struct i2c_client *client;
79 const struct attribute_group *groups[3];
80 struct mutex update_lock;
81 char valid; /* zero until the following fields are valid */
82 unsigned long last_updated; /* in jiffies */
84 u8 vid;
85 u8 vrm;
86 u8 in_input[5]; /* [0] = VVD */
87 u8 in_min[5]; /* [0] = VDD */
88 u8 in_max[5]; /* [0] = VDD */
89 u8 fan_input[2];
90 u8 fan_min[2];
91 u8 fan_div[2];
92 u8 fan_off;
93 u8 temp_input[2];
94 u8 temp_max[2];
95 u8 temp_max_hyst[2];
96 u8 alarms;
97 u8 beep_enable;
98 u8 beep_mask;
99 u8 alarm_mask;
123 static struct gl520_data *gl520_update_device(struct device *dev) in gl520_update_device() argument