Home
last modified time | relevance | path

Searched defs:w83l786ng_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dw83l786ng.c126 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];
[all …]