Searched refs:w83627hf_write_value (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627hf.c | 396 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value); 427 w83627hf_write_value(data, W83781D_REG_IN_MAX(i), in w83627hf_resume() 429 w83627hf_write_value(data, W83781D_REG_IN_MIN(i), in w83627hf_resume() 433 w83627hf_write_value(data, W83627HF_REG_FAN_MIN(i), in w83627hf_resume() 436 w83627hf_write_value(data, w83627hf_reg_temp_over[i], in w83627hf_resume() 438 w83627hf_write_value(data, w83627hf_reg_temp_hyst[i], in w83627hf_resume() 445 w83627hf_write_value(data, W83627THF_REG_VRM_OVT_CFG, in w83627hf_resume() 447 w83627hf_write_value(data, W83781D_REG_SCFG1, data->scfg1); in w83627hf_resume() 448 w83627hf_write_value(data, W83781D_REG_SCFG2, data->scfg2); in w83627hf_resume() 512 w83627hf_write_value(dat in in_min_store() 1697 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value) w83627hf_write_value() function [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83627hf.c | 435 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value) in w83627hf_write_value() function 597 w83627hf_write_value(data, W83781D_REG_IN_MAX(i), in w83627hf_resume() 599 w83627hf_write_value(data, W83781D_REG_IN_MIN(i), in w83627hf_resume() 603 w83627hf_write_value(data, W83627HF_REG_FAN_MIN(i), in w83627hf_resume() 606 w83627hf_write_value(data, w83627hf_reg_temp_over[i], in w83627hf_resume() 608 w83627hf_write_value(data, w83627hf_reg_temp_hyst[i], in w83627hf_resume() 615 w83627hf_write_value(data, W83627THF_REG_VRM_OVT_CFG, in w83627hf_resume() 617 w83627hf_write_value(data, W83781D_REG_SCFG1, data->scfg1); in w83627hf_resume() 618 w83627hf_write_value(data, W83781D_REG_SCFG2, data->scfg2); in w83627hf_resume() 731 w83627hf_write_value(dat in w83627hf_init_device() [all...] |
Completed in 4 milliseconds