Searched defs:tmp421_data (Results 1 – 1 of 1) sorted by relevance
72 struct tmp421_data { struct73 struct i2c_client *client;74 struct mutex update_lock;75 char valid;76 unsigned long last_updated;77 int channels;101 static struct tmp421_data *tmp421_update_device(struct device *dev) in tmp421_update_device() argument