Home
last modified time | relevance | path

Searched refs:w83627hf_write_value (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dw83627hf.c404 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value);
435 w83627hf_write_value(data, W83781D_REG_IN_MAX(i), in w83627hf_resume()
437 w83627hf_write_value(data, W83781D_REG_IN_MIN(i), in w83627hf_resume()
441 w83627hf_write_value(data, W83627HF_REG_FAN_MIN(i), in w83627hf_resume()
444 w83627hf_write_value(data, w83627hf_reg_temp_over[i], in w83627hf_resume()
446 w83627hf_write_value(data, w83627hf_reg_temp_hyst[i], in w83627hf_resume()
453 w83627hf_write_value(data, W83627THF_REG_VRM_OVT_CFG, in w83627hf_resume()
455 w83627hf_write_value(data, W83781D_REG_SCFG1, data->scfg1); in w83627hf_resume()
456 w83627hf_write_value(data, W83781D_REG_SCFG2, data->scfg2); in w83627hf_resume()
520 w83627hf_write_value(data, W83781D_REG_IN_MIN(nr), data->in_min[nr]); in store_in_min()
[all …]