Lines Matching defs:sch5627_data
77 struct sch5627_data { struct
78 struct regmap *regmap;
79 unsigned short addr;
80 u8 control;
82 struct mutex update_lock;
83 unsigned long last_battery; /* In jiffies */
84 char temp_valid; /* !=0 if following fields are valid */
85 char fan_valid;
86 char in_valid;
87 unsigned long temp_last_updated; /* In jiffies */
88 unsigned long fan_last_updated;
89 unsigned long in_last_updated;
90 u16 temp[SCH5627_NO_TEMPS];
91 u16 fan[SCH5627_NO_FANS];
92 u16 in[SCH5627_NO_IN];