Searched defs:pc87360_data (Results 1 – 2 of 2) 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 char valid; /* !=0 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 …]
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 …]