Lines Matching defs:f75375_data
81 struct f75375_data { struct
82 unsigned short addr;
83 struct device *hwmon_dev;
85 const char *name;
86 int kind;
87 struct mutex update_lock; /* protect register access */
88 bool valid;
89 unsigned long last_updated; /* In jiffies */
90 unsigned long last_limits; /* In jiffies */
93 u8 in[4];
94 u8 in_max[4];
95 u8 in_min[4];
96 u16 fan[2];
97 u16 fan_min[2];
98 u16 fan_max[2];
99 u16 fan_target[2];
100 u8 fan_timer;
101 u8 pwm[2];
102 u8 pwm_mode[2];
103 u8 pwm_enable[2];
109 s16 temp11[2];
110 s8 temp_high[2];
111 s8 temp_max_hyst[2];