• Home
  • Raw
  • Download

Lines Matching refs:w83627ehf_data

424 struct w83627ehf_data {  struct
524 static inline void w83627ehf_set_bank(struct w83627ehf_data *data, u16 reg) in w83627ehf_set_bank() argument
534 static u16 w83627ehf_read_value(struct w83627ehf_data *data, u16 reg) in w83627ehf_read_value()
553 static int w83627ehf_write_value(struct w83627ehf_data *data, u16 reg, in w83627ehf_write_value()
574 static u16 w83627ehf_read_temp(struct w83627ehf_data *data, u16 reg) in w83627ehf_read_temp()
585 static int w83627ehf_write_temp(struct w83627ehf_data *data, u16 reg, in w83627ehf_write_temp()
594 static void nct6775_write_fan_div(struct w83627ehf_data *data, int nr) in nct6775_write_fan_div()
623 static void w83627ehf_write_fan_div(struct w83627ehf_data *data, int nr) in w83627ehf_write_fan_div()
674 struct w83627ehf_data *data, int nr) in w83627ehf_write_fan_div_common()
686 static void nct6775_update_fan_div(struct w83627ehf_data *data) in nct6775_update_fan_div()
699 static void w83627ehf_update_fan_div(struct w83627ehf_data *data) in w83627ehf_update_fan_div()
725 struct w83627ehf_data *data) in w83627ehf_update_fan_div_common()
737 static void nct6775_update_pwm(struct w83627ehf_data *data) in nct6775_update_pwm()
755 static void w83627ehf_update_pwm(struct w83627ehf_data *data) in w83627ehf_update_pwm()
782 struct w83627ehf_data *data) in w83627ehf_update_pwm_common()
792 static struct w83627ehf_data *w83627ehf_update_device(struct device *dev) in w83627ehf_update_device()
794 struct w83627ehf_data *data = dev_get_drvdata(dev); in w83627ehf_update_device()
941 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
957 struct w83627ehf_data *data = dev_get_drvdata(dev); \ in show_in_reg()
980 struct w83627ehf_data *data = w83627ehf_update_device(dev);
1041 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_fan()
1050 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_fan_min()
1062 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_fan_div()
1072 struct w83627ehf_data *data = dev_get_drvdata(dev); in store_fan_min()
1201 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_temp_label()
1212 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1227 struct w83627ehf_data *data = dev_get_drvdata(dev); \
1248 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_temp_offset()
1259 struct w83627ehf_data *data = dev_get_drvdata(dev); in store_temp_offset()
1281 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_temp_type()
1378 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1393 struct w83627ehf_data *data = dev_get_drvdata(dev); in show_pwm_reg()
1427 struct w83627ehf_data *data = dev_get_drvdata(dev); in store_pwm()
1450 struct w83627ehf_data *data = dev_get_drvdata(dev); in store_pwm_enable()
1492 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1506 struct w83627ehf_data *data = dev_get_drvdata(dev); in show_tol_temp()
1529 struct w83627ehf_data *data = dev_get_drvdata(dev); in store_tolerance()
1622 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1632 struct w83627ehf_data *data = dev_get_drvdata(dev); \
1658 struct w83627ehf_data *data = w83627ehf_update_device(dev); \ in fan_functions()
1671 struct w83627ehf_data *data = dev_get_drvdata(dev); \
1693 struct w83627ehf_data *data = dev_get_drvdata(dev);
1759 struct w83627ehf_data *data = dev_get_drvdata(dev); in show_vid()
1770 struct w83627ehf_data *data = w83627ehf_update_device(dev); in show_caseopen()
1780 struct w83627ehf_data *data = dev_get_drvdata(dev); in clear_caseopen()
1817 struct w83627ehf_data *data = dev_get_drvdata(dev); in w83627ehf_device_remove_files()
1877 static inline void w83627ehf_init_device(struct w83627ehf_data *data, in w83627ehf_init_device()
1937 static void w82627ehf_swap_tempreg(struct w83627ehf_data *data, in w82627ehf_swap_tempreg()
1964 w83627ehf_set_temp_reg_ehf(struct w83627ehf_data *data, int n_temp) in w83627ehf_set_temp_reg_ehf()
1978 struct w83627ehf_data *data) in w83627ehf_check_fan_inputs()
2069 struct w83627ehf_data *data; in w83627ehf_probe()
2083 data = devm_kzalloc(&pdev->dev, sizeof(struct w83627ehf_data), in w83627ehf_probe()
2608 struct w83627ehf_data *data = platform_get_drvdata(pdev); in w83627ehf_remove()
2620 struct w83627ehf_data *data = w83627ehf_update_device(dev); in w83627ehf_suspend()
2636 struct w83627ehf_data *data = dev_get_drvdata(dev); in w83627ehf_resume()