Searched defs:lm90_data (Results 1 – 1 of 1) sorted by relevance
685 struct lm90_data { struct686 struct i2c_client *client;687 struct device *hwmon_dev;688 u32 chip_config[2];689 u32 channel_config[MAX_CHANNELS + 1];690 const char *channel_label[MAX_CHANNELS];691 struct hwmon_channel_info chip_info;692 struct hwmon_channel_info temp_info;693 const struct hwmon_channel_info *info[3];694 struct hwmon_chip_info chip;[all …]