Searched defs:lm90_data (Results 1 – 1 of 1) sorted by relevance
466 struct lm90_data { struct467 struct i2c_client *client;468 struct device *hwmon_dev;469 u32 channel_config[4];470 struct hwmon_channel_info temp_info;471 const struct hwmon_channel_info *info[3];472 struct hwmon_chip_info chip;473 struct mutex update_lock;474 bool valid; /* true if register values are valid */475 unsigned long last_updated; /* in jiffies */[all …]