Lines Matching defs:max6650_data
102 struct max6650_data { struct
103 struct i2c_client *client;
104 struct mutex update_lock; /* protect alarm register updates */
105 int nr_fans;
106 bool valid; /* false until following fields are valid */
107 unsigned long last_updated; /* in jiffies */
110 u8 speed;
111 u8 config;
112 u8 tach[4];
113 u8 count;
114 u8 dac;
115 u8 alarm;
116 u8 alarm_en;
117 unsigned long cooling_dev_state;