Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dpwm-fan.c45 unsigned int pwm_fan_max_state; member
108 for (i = 0; i < ctx->pwm_fan_max_state; ++i) in pwm_fan_update_state()
190 *state = ctx->pwm_fan_max_state; in pwm_fan_get_max_state()
214 if (!ctx || (state > ctx->pwm_fan_max_state)) in pwm_fan_set_cur_state()
273 ctx->pwm_fan_max_state = num - 1; in pwm_fan_of_get_cooling_data()
352 if (state > ctx->pwm_fan_max_state) in pwm_fan_thermal_notifier_call()
478 ctx->pwm_fan_state = ctx->pwm_fan_max_state; in pwm_fan_probe()