Home
last modified time | relevance | path

Searched defs:emc2103_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/hwmon/
Demc2103.c66 struct emc2103_data { struct
67 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 …]