Lines Matching defs:max6650_data
113 struct max6650_data { struct
114 struct i2c_client *client;
115 const struct attribute_group *groups[3];
116 struct mutex update_lock;
117 int nr_fans;
118 char valid; /* zero until following fields are valid */
119 unsigned long last_updated; /* in jiffies */
122 u8 speed;
123 u8 config;
124 u8 tach[4];
125 u8 count;
126 u8 dac;
150 static struct max6650_data *max6650_update_device(struct device *dev) in max6650_update_device() argument