Searched defs:pc87360_data (Results 1 – 1 of 1) sorted by relevance
176 struct pc87360_data { struct177 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 …]