Lines Matching refs:w83793_update_device
306 static struct w83793_data *w83793_update_device(struct device *dev);
336 struct w83793_data *data = w83793_update_device(dev); in show_vid()
368 struct w83793_data *data = w83793_update_device(dev); in show_alarm_beep()
419 struct w83793_data *data = w83793_update_device(dev); in show_beep_enable()
484 struct w83793_data *data = w83793_update_device(dev); in show_fan()
527 struct w83793_data *data = w83793_update_device(dev); in show_pwm()
583 struct w83793_data *data = w83793_update_device(dev); in show_temp()
638 struct w83793_data *data = w83793_update_device(dev); in show_temp_mode()
710 struct w83793_data *data = w83793_update_device(dev); in show_sf_setup()
808 struct w83793_data *data = w83793_update_device(dev); in show_sf_ctrl()
892 struct w83793_data *data = w83793_update_device(dev); in show_sf2_pwm()
932 struct w83793_data *data = w83793_update_device(dev); in show_sf2_temp()
974 struct w83793_data *data = w83793_update_device(dev); in show_in()
2060 static struct w83793_data *w83793_update_device(struct device *dev) in w83793_update_device() function