Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dpwm-fan.c50 bool thermal_notifier_is_ok; member
485 ctx->thermal_notifier_is_ok = true; in pwm_fan_probe()
513 if (ctx->pwm_value || ctx->thermal_notifier_is_ok) { in pwm_fan_disable()
558 if (ctx->pwm_value == 0 && !ctx->thermal_notifier_is_ok) in pwm_fan_resume()