Home
last modified time | relevance | path

Searched defs:tmp421_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/hwmon/
Dtmp421.c71 struct tmp421_data { struct
72 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