Searched refs:w83781d_write_value (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | w83781d.c | 254 static int w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value); 285 w83781d_write_value(data, W83781D_REG_IN_##REG(nr), \ 342 w83781d_write_value(data, W83781D_REG_FAN_MIN(nr), in store_fan_min() 392 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \ 396 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \ 517 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, in beep_mask_store() 519 w83781d_write_value(data, W83781D_REG_BEEP_INTS2, in beep_mask_store() 522 w83781d_write_value(data, W83781D_REG_BEEP_INTS3, in beep_mask_store() 569 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, reg); in store_beep() 576 w83781d_write_value(data, W83781D_REG_BEEP_INTS2, reg); in store_beep() [all …]
|