Searched defs:tmp421_data (Results 1 – 2 of 2) 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 …]
89 struct tmp421_data { struct90 struct i2c_client *client;91 struct mutex update_lock;92 u32 temp_config[5];116 static int tmp421_update_device(struct tmp421_data *data) in tmp421_update_device() argument