Lines Matching refs:w83627hf_data

350 struct w83627hf_data {  struct
395 static int w83627hf_read_value(struct w83627hf_data *data, u16 reg); argument
396 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value);
397 static void w83627hf_update_fan_div(struct w83627hf_data *data);
398 static struct w83627hf_data *w83627hf_update_device(struct device *dev);
404 struct w83627hf_data *data = w83627hf_update_device(dev); in w83627hf_suspend()
416 struct w83627hf_data *data = dev_get_drvdata(dev); in w83627hf_resume()
480 struct w83627hf_data *data = w83627hf_update_device(dev); in in_input_show()
487 struct w83627hf_data *data = w83627hf_update_device(dev); in in_min_show()
494 struct w83627hf_data *data = w83627hf_update_device(dev); in in_max_show()
502 struct w83627hf_data *data = dev_get_drvdata(dev); in in_min_store()
521 struct w83627hf_data *data = dev_get_drvdata(dev); in in_max_store()
562 static ssize_t show_in_0(struct w83627hf_data *data, char *buf, u8 reg) in show_in_0()
582 struct w83627hf_data *data = w83627hf_update_device(dev); in in0_input_show()
589 struct w83627hf_data *data = w83627hf_update_device(dev); in in0_min_show()
596 struct w83627hf_data *data = w83627hf_update_device(dev); in in0_max_show()
604 struct w83627hf_data *data = dev_get_drvdata(dev); in in0_min_store()
634 struct w83627hf_data *data = dev_get_drvdata(dev); in in0_max_store()
669 struct w83627hf_data *data = w83627hf_update_device(dev); in fan_input_show()
677 struct w83627hf_data *data = w83627hf_update_device(dev); in fan_min_show()
686 struct w83627hf_data *data = dev_get_drvdata(dev); in fan_min_store()
714 struct w83627hf_data *data = w83627hf_update_device(dev); in temp_show()
725 struct w83627hf_data *data = w83627hf_update_device(dev); in temp_max_show()
737 struct w83627hf_data *data = w83627hf_update_device(dev); in temp_max_hyst_show()
749 struct w83627hf_data *data = dev_get_drvdata(dev); in temp_max_store()
771 struct w83627hf_data *data = dev_get_drvdata(dev); in temp_max_hyst_store()
801 struct w83627hf_data *data = w83627hf_update_device(dev); in cpu0_vid_show()
809 struct w83627hf_data *data = dev_get_drvdata(dev); in vrm_show()
816 struct w83627hf_data *data = dev_get_drvdata(dev); in vrm_store()
835 struct w83627hf_data *data = w83627hf_update_device(dev); in alarms_show()
843 struct w83627hf_data *data = w83627hf_update_device(dev); in alarm_show()
866 struct w83627hf_data *data = w83627hf_update_device(dev); in beep_mask_show()
875 struct w83627hf_data *data = dev_get_drvdata(dev); in beep_mask_store()
904 struct w83627hf_data *data = w83627hf_update_device(dev); in beep_show()
913 struct w83627hf_data *data = dev_get_drvdata(dev); in beep_store()
980 struct w83627hf_data *data = w83627hf_update_device(dev); in fan_div_show()
995 struct w83627hf_data *data = dev_get_drvdata(dev); in fan_div_store()
1039 struct w83627hf_data *data = w83627hf_update_device(dev); in pwm_show()
1048 struct w83627hf_data *data = dev_get_drvdata(dev); in pwm_store()
1086 struct w83627hf_data *data = w83627hf_update_device(dev); in pwm_enable_show()
1095 struct w83627hf_data *data = dev_get_drvdata(dev); in pwm_enable_store()
1124 struct w83627hf_data *data = w83627hf_update_device(dev); in pwm_freq_show()
1138 struct w83627hf_data *data = dev_get_drvdata(dev); in pwm_freq_store()
1174 struct w83627hf_data *data = w83627hf_update_device(dev); in temp_type_show()
1183 struct w83627hf_data *data = dev_get_drvdata(dev); in temp_type_store()
1241 struct w83627hf_data *data = dev_get_drvdata(dev); in name_show()
1397 struct w83627hf_data *data; in w83627hf_probe()
1417 data = devm_kzalloc(dev, sizeof(struct w83627hf_data), GFP_KERNEL); in w83627hf_probe()
1561 struct w83627hf_data *data = platform_get_drvdata(pdev); in w83627hf_remove()
1572 static inline void w83627hf_set_bank(struct w83627hf_data *data, u16 reg) in w83627hf_set_bank()
1581 static inline void w83627hf_reset_bank(struct w83627hf_data *data, u16 reg) in w83627hf_reset_bank()
1589 static int w83627hf_read_value(struct w83627hf_data *data, u16 reg) in w83627hf_read_value()
1697 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value) in w83627hf_write_value()
1723 struct w83627hf_data *data = platform_get_drvdata(pdev); in w83627hf_init_device()
1804 static void w83627hf_update_fan_div(struct w83627hf_data *data) in w83627hf_update_fan_div()
1822 static struct w83627hf_data *w83627hf_update_device(struct device *dev) in w83627hf_update_device()
1824 struct w83627hf_data *data = dev_get_drvdata(dev); in w83627hf_update_device()