Searched defs:tmp421_data (Results 1 – 1 of 1) sorted by relevance
98 struct tmp421_data { struct99 struct i2c_client *client;100 struct mutex update_lock;101 u32 temp_config[5];102 struct hwmon_channel_info temp_info;103 const struct hwmon_channel_info *info[2];104 struct hwmon_chip_info chip;105 char valid;106 unsigned long last_updated;107 unsigned long channels;[all …]