Searched defs:emc2103_data (Results 1 – 1 of 1) sorted by relevance
66 struct emc2103_data { struct67 struct device *hwmon_dev;68 struct mutex update_lock;69 bool valid; /* registers are valid */70 bool fan_rpm_control;71 int temp_count; /* num of temp sensors */72 unsigned long last_updated; /* in jiffies */73 struct temperature temp[4]; /* internal + 3 external */74 s8 temp_min[4]; /* no fractional part */75 s8 temp_max[4]; /* no fractional part */[all …]