Lines Matching refs:lm78_update_device
138 static struct lm78_data *lm78_update_device(struct device *dev);
146 struct lm78_data *data = lm78_update_device(dev); in in_show()
154 struct lm78_data *data = lm78_update_device(dev); in in_min_show()
162 struct lm78_data *data = lm78_update_device(dev); in in_max_show()
232 struct lm78_data *data = lm78_update_device(dev); in temp1_input_show()
239 struct lm78_data *data = lm78_update_device(dev); in temp1_max_show()
265 struct lm78_data *data = lm78_update_device(dev); in temp1_max_hyst_show()
297 struct lm78_data *data = lm78_update_device(dev); in fan_show()
307 struct lm78_data *data = lm78_update_device(dev); in fan_min_show()
337 struct lm78_data *data = lm78_update_device(dev); in fan_div_show()
422 struct lm78_data *data = lm78_update_device(dev); in cpu0_vid_show()
431 struct lm78_data *data = lm78_update_device(dev); in alarms_show()
439 struct lm78_data *data = lm78_update_device(dev); in alarm_show()
731 static struct lm78_data *lm78_update_device(struct device *dev) in lm78_update_device() function