Searched defs:pc87360_data (Results 1 – 1 of 1) sorted by relevance
188 struct pc87360_data { struct189 const char *name;190 struct device *hwmon_dev;191 struct mutex lock;192 struct mutex update_lock;193 bool valid; /* true if following fields are valid */194 unsigned long last_updated; /* In jiffies */196 int address[3];198 u8 fannr, innr, tempnr;200 u8 fan[3]; /* Register value */[all …]