Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83795.c449 static int w83795_write(struct i2c_client *client, u16 reg, u8 value) in w83795_write() function
686 w83795_write(client, W83795_REG_ALARM_CTRL, in w83795_update_device()
690 w83795_write(client, W83795_REG_ALARM_CTRL, tmp | ALARM_CTRL_RTSACS); in w83795_update_device()
696 w83795_write(client, W83795_REG_ALARM_CTRL, in w83795_update_device()
754 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()
776 w83795_write(client, W83795_REG_CLR_CHASSIS, val); in store_chassis_clear()
822 w83795_write(client, W83795_REG_FAN_MIN_HL(index), (val >> 4) & 0xff); in store_fan_min()
832 w83795_write(client, W83795_REG_FAN_MIN_LSB(index), val & 0xff); in store_fan_min()
893 w83795_write(client, W83795_REG_PWM(index, nr), val); in store_pwm()
957 w83795_write(client, W83795_REG_FCMS1, data->pwm_fcms[0]); in store_pwm_enable()
[all …]