Searched refs:w83627hf_write_value (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/hwmon/ |
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(data, W83781D_REG_I2C_SUBADDR, 0x89); in w83627hf_init_device() [all …]
|