Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83l786ng.c112 struct w83l786ng_data { struct
113 struct i2c_client *client;
114 struct mutex update_lock;
115 bool valid; /* true if following fields are valid */
116 unsigned long last_updated; /* In jiffies */
117 unsigned long last_nonvolatile; /* In jiffies, last time we update the
120 u8 in[3];
121 u8 in_max[3];
122 u8 in_min[3];
123 u8 fan[2];
[all …]