Searched defs:lm90_data (Results 1 – 1 of 1) sorted by relevance
727 struct lm90_data { struct728 struct i2c_client *client;729 struct device *hwmon_dev;730 u32 chip_config[2];731 u32 channel_config[MAX_CHANNELS + 1];732 const char *channel_label[MAX_CHANNELS];733 struct hwmon_channel_info chip_info;734 struct hwmon_channel_info temp_info;735 const struct hwmon_channel_info *info[3];736 struct hwmon_chip_info chip;[all …]