Lines Matching defs:w83l786ng_data
126 struct w83l786ng_data { struct
127 struct i2c_client *client;
128 struct mutex update_lock;
129 char valid; /* !=0 if following fields are valid */
130 unsigned long last_updated; /* In jiffies */
131 unsigned long last_nonvolatile; /* In jiffies, last time we update the
134 u8 in[3];
135 u8 in_max[3];
136 u8 in_min[3];
137 u8 fan[2];
138 u8 fan_div[2];
139 u8 fan_min[2];
163 static struct w83l786ng_data *w83l786ng_update_device(struct device *dev) in w83l786ng_update_device() argument