Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dcros_ec_hwmon.c33 u8 manual_fans; /* bits to indicate whether the fan is set to manual */ member
627 priv->manual_fans &= ~BIT(i); in cros_ec_hwmon_suspend()
630 priv->manual_fans |= BIT(i); in cros_ec_hwmon_suspend()
642 priv->manual_fans &= ~BIT(i); in cros_ec_hwmon_suspend()
661 if (!(priv->manual_fans & BIT(i))) in cros_ec_hwmon_resume()