Lines Matching defs:f75375_data
95 struct f75375_data { struct
96 unsigned short addr;
97 struct device *hwmon_dev;
99 const char *name;
100 int kind;
101 struct mutex update_lock; /* protect register access */
102 char valid;
103 unsigned long last_updated; /* In jiffies */
104 unsigned long last_limits; /* In jiffies */
107 u8 in[4];
108 u8 in_max[4];
109 u8 in_min[4];
110 u16 fan[2];
111 u16 fan_min[2];
112 u16 fan_max[2];
113 u16 fan_target[2];
114 u8 fan_timer;
115 u8 pwm[2];
116 u8 pwm_mode[2];
117 u8 pwm_enable[2];
123 s16 temp11[2];
124 s8 temp_high[2];
125 s8 temp_max_hyst[2];