Lines Matching refs:w83793_update_device
291 static struct w83793_data *w83793_update_device(struct device *dev);
321 struct w83793_data *data = w83793_update_device(dev); in show_vid()
353 struct w83793_data *data = w83793_update_device(dev); in show_alarm_beep()
404 struct w83793_data *data = w83793_update_device(dev); in show_beep_enable()
469 struct w83793_data *data = w83793_update_device(dev); in show_fan()
512 struct w83793_data *data = w83793_update_device(dev); in show_pwm()
568 struct w83793_data *data = w83793_update_device(dev); in show_temp()
623 struct w83793_data *data = w83793_update_device(dev); in show_temp_mode()
695 struct w83793_data *data = w83793_update_device(dev); in show_sf_setup()
793 struct w83793_data *data = w83793_update_device(dev); in show_sf_ctrl()
877 struct w83793_data *data = w83793_update_device(dev); in show_sf2_pwm()
917 struct w83793_data *data = w83793_update_device(dev); in show_sf2_temp()
959 struct w83793_data *data = w83793_update_device(dev); in show_in()
2023 static struct w83793_data *w83793_update_device(struct device *dev) in w83793_update_device() function