Lines Matching defs:adm1031_data
76 struct adm1031_data { struct
77 struct i2c_client *client;
78 const struct attribute_group *groups[3];
79 struct mutex update_lock;
80 int chip_type;
81 char valid; /* !=0 if following fields are valid */
82 unsigned long last_updated; /* In jiffies */
83 unsigned int update_interval; /* In milliseconds */
88 const auto_chan_table_t *chan_select_table;
89 u16 alarm;
90 u8 conf1;
91 u8 conf2;
92 u8 fan[2];
93 u8 fan_div[2];
94 u8 fan_min[2];
95 u8 pwm[2];
96 u8 old_pwm[2];
120 static struct adm1031_data *adm1031_update_device(struct device *dev) in adm1031_update_device() argument