Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dw83795.c436 static int w83795_write(struct i2c_client *client, u16 reg, u8 value) in w83795_write() function
673 w83795_write(client, W83795_REG_ALARM_CTRL, in w83795_update_device()
677 w83795_write(client, W83795_REG_ALARM_CTRL, tmp | ALARM_CTRL_RTSACS); in w83795_update_device()
683 w83795_write(client, W83795_REG_ALARM_CTRL, in w83795_update_device()
741 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()
763 w83795_write(client, W83795_REG_CLR_CHASSIS, val); in store_chassis_clear()
809 w83795_write(client, W83795_REG_FAN_MIN_HL(index), (val >> 4) & 0xff); in store_fan_min()
819 w83795_write(client, W83795_REG_FAN_MIN_LSB(index), val & 0xff); in store_fan_min()
880 w83795_write(client, W83795_REG_PWM(index, nr), val); in store_pwm()
944 w83795_write(client, W83795_REG_FCMS1, data->pwm_fcms[0]); in store_pwm_enable()
[all …]