Lines Matching refs:it87_update_device
572 static struct it87_data *it87_update_device(struct device *dev);
592 struct it87_data *data = it87_update_device(dev); in show_in()
677 struct it87_data *data = it87_update_device(dev); in show_temp()
749 struct it87_data *data = it87_update_device(dev); in show_temp_type()
840 struct it87_data *data = it87_update_device(dev); in show_fan()
855 struct it87_data *data = it87_update_device(dev); in show_fan_div()
864 struct it87_data *data = it87_update_device(dev); in show_pwm_enable()
873 struct it87_data *data = it87_update_device(dev); in show_pwm()
880 struct it87_data *data = it87_update_device(dev); in show_pwm_freq()
1131 struct it87_data *data = it87_update_device(dev); in show_pwm_temp_map()
1193 struct it87_data *data = it87_update_device(dev); in show_auto_pwm()
1227 struct it87_data *data = it87_update_device(dev); in show_auto_temp()
1366 struct it87_data *data = it87_update_device(dev); in show_alarms()
1375 struct it87_data *data = it87_update_device(dev); in show_alarm()
1428 struct it87_data *data = it87_update_device(dev); in show_beep()
1498 struct it87_data *data = it87_update_device(dev); in show_vid_reg()
2636 static struct it87_data *it87_update_device(struct device *dev) in it87_update_device() function