Lines Matching refs:lm78_update_device
152 static struct lm78_data *lm78_update_device(struct device *dev);
161 struct lm78_data *data = lm78_update_device(dev); in show_in()
169 struct lm78_data *data = lm78_update_device(dev); in show_in_min()
177 struct lm78_data *data = lm78_update_device(dev); in show_in_max()
241 struct lm78_data *data = lm78_update_device(dev); in show_temp()
248 struct lm78_data *data = lm78_update_device(dev); in show_temp_over()
273 struct lm78_data *data = lm78_update_device(dev); in show_temp_hyst()
306 struct lm78_data *data = lm78_update_device(dev); in show_fan()
316 struct lm78_data *data = lm78_update_device(dev); in show_fan_min()
346 struct lm78_data *data = lm78_update_device(dev); in show_fan_div()
435 struct lm78_data *data = lm78_update_device(dev); in show_vid()
444 struct lm78_data *data = lm78_update_device(dev); in show_alarms()
452 struct lm78_data *data = lm78_update_device(dev); in show_alarm()
784 static struct lm78_data *lm78_update_device(struct device *dev) in lm78_update_device() function