Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dw83793.c204 struct w83793_data { struct
205 struct device *hwmon_dev;
206 struct mutex update_lock;
207 bool valid; /* true if following fields are valid */
208 unsigned long last_updated; /* In jiffies */
209 unsigned long last_nonvolatile; /* In jiffies, last time we update the
213 u8 bank;
214 u8 vrm;
215 u8 vid[2];
216 u8 in[10][3]; /* Register value, read/high/low */
[all …]