Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dw83781d.c254 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 store_beep_mask()
519 w83781d_write_value(data, W83781D_REG_BEEP_INTS2, in store_beep_mask()
522 w83781d_write_value(data, W83781D_REG_BEEP_INTS3, in store_beep_mask()
570 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, reg); in store_beep()
577 w83781d_write_value(data, W83781D_REG_BEEP_INTS2, reg); in store_beep()
[all …]