Lines Matching refs:lm78_update_device
153 static struct lm78_data *lm78_update_device(struct device *dev);
162 struct lm78_data *data = lm78_update_device(dev); in show_in()
170 struct lm78_data *data = lm78_update_device(dev); in show_in_min()
178 struct lm78_data *data = lm78_update_device(dev); in show_in_max()
242 struct lm78_data *data = lm78_update_device(dev); in show_temp()
249 struct lm78_data *data = lm78_update_device(dev); in show_temp_over()
274 struct lm78_data *data = lm78_update_device(dev); in show_temp_hyst()
307 struct lm78_data *data = lm78_update_device(dev); in show_fan()
317 struct lm78_data *data = lm78_update_device(dev); in show_fan_min()
347 struct lm78_data *data = lm78_update_device(dev); in show_fan_div()
437 struct lm78_data *data = lm78_update_device(dev); in show_vid()
446 struct lm78_data *data = lm78_update_device(dev); in show_alarms()
454 struct lm78_data *data = lm78_update_device(dev); in show_alarm()
745 static struct lm78_data *lm78_update_device(struct device *dev) in lm78_update_device() function