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