Searched defs:lm90_data (Results 1 – 1 of 1) sorted by relevance
459 struct lm90_data { struct460 struct i2c_client *client;461 u32 channel_config[4];462 struct hwmon_channel_info temp_info;463 const struct hwmon_channel_info *info[3];464 struct hwmon_chip_info chip;465 struct mutex update_lock;466 bool valid; /* true if register values are valid */467 unsigned long last_updated; /* in jiffies */468 int kind;[all …]