Searched defs:lm90_data (Results 1 – 1 of 1) sorted by relevance
448 struct lm90_data { struct449 struct i2c_client *client;450 u32 channel_config[4];451 struct hwmon_channel_info temp_info;452 const struct hwmon_channel_info *info[3];453 struct hwmon_chip_info chip;454 struct mutex update_lock;455 bool valid; /* true if register values are valid */456 unsigned long last_updated; /* in jiffies */457 int kind;[all …]