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