Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dgigabyte_waterforce.c66 u8 duty_input[2]; /* Fan and pump duty in 0-100% */ member
183 *val = DIV_ROUND_CLOSEST(priv->duty_input[channel] * 255, 100); in waterforce_read()
276 priv->duty_input[0] = data[WATERFORCE_FAN_DUTY]; in waterforce_raw_event()
277 priv->duty_input[1] = data[WATERFORCE_PUMP_DUTY]; in waterforce_raw_event()