Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dpwm-fan.c36 unsigned int pwm_fan_max_state; member
68 for (i = 0; i < ctx->pwm_fan_max_state; ++i) in pwm_fan_update_state()
120 *state = ctx->pwm_fan_max_state; in pwm_fan_get_max_state()
144 if (!ctx || (state > ctx->pwm_fan_max_state)) in pwm_fan_set_cur_state()
203 ctx->pwm_fan_max_state = num - 1; in pwm_fan_of_get_cooling_data()
255 ctx->pwm_fan_state = ctx->pwm_fan_max_state; in pwm_fan_probe()