Searched defs:lm90_data (Results 1 – 1 of 1) sorted by relevance
494 struct lm90_data { struct495 struct i2c_client *client;496 u32 channel_config[4];497 struct hwmon_channel_info temp_info;498 const struct hwmon_channel_info *info[3];499 struct hwmon_chip_info chip;500 struct mutex update_lock;501 bool valid; /* true if register values are valid */502 unsigned long last_updated; /* in jiffies */503 int kind;[all …]