Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dpc87360.c176 struct pc87360_data { struct
177 const char *name;
178 struct device *hwmon_dev;
179 struct mutex lock;
180 struct mutex update_lock;
181 bool valid; /* true if following fields are valid */
182 unsigned long last_updated; /* In jiffies */
184 int address[3];
186 u8 fannr, innr, tempnr;
188 u8 fan[3]; /* Register value */
[all …]