Searched defs:tmp421_data (Results 1 – 1 of 1) sorted by relevance
71 struct tmp421_data { struct72 struct device *hwmon_dev;73 struct mutex update_lock;74 char valid;75 unsigned long last_updated;76 int channels;100 static struct tmp421_data *tmp421_update_device(struct device *dev) in tmp421_update_device() argument