Lines Matching defs:gl520_data
63 struct gl520_data { struct
64 struct i2c_client *client;
65 const struct attribute_group *groups[3];
66 struct mutex update_lock;
67 bool valid; /* false until the following fields are valid */
68 unsigned long last_updated; /* in jiffies */
70 u8 vid;
71 u8 vrm;
72 u8 in_input[5]; /* [0] = VVD */
73 u8 in_min[5]; /* [0] = VDD */
74 u8 in_max[5]; /* [0] = VDD */
75 u8 fan_input[2];
76 u8 fan_min[2];
77 u8 fan_div[2];
78 u8 fan_off;
79 u8 temp_input[2];
80 u8 temp_max[2];
81 u8 temp_max_hyst[2];
82 u8 alarms;
83 u8 beep_enable;
84 u8 beep_mask;
85 u8 alarm_mask;
109 static struct gl520_data *gl520_update_device(struct device *dev) in gl520_update_device() argument