Searched refs:w83781d_write_value (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/hwmon/ |
D | w83781d.c | 241 static int w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value); 272 w83781d_write_value(data, W83781D_REG_IN_##REG(nr), \ 329 w83781d_write_value(data, W83781D_REG_FAN_MIN(nr), in store_fan_min() 379 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \ 383 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \ 504 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, in beep_mask_store() 506 w83781d_write_value(data, W83781D_REG_BEEP_INTS2, in beep_mask_store() 509 w83781d_write_value(data, W83781D_REG_BEEP_INTS3, in beep_mask_store() 556 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, reg); in store_beep() 563 w83781d_write_value(data, W83781D_REG_BEEP_INTS2, reg); in store_beep() [all …]
|