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