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

/linux-4.4.14/drivers/hwmon/
H A Dpwm-fan.c36 unsigned int pwm_fan_max_state; member in struct:pwm_fan_ctx
74 for (i = 0; i < ctx->pwm_fan_max_state; ++i) pwm_fan_update_state()
126 *state = ctx->pwm_fan_max_state; pwm_fan_get_max_state()
150 if (!ctx || (state > ctx->pwm_fan_max_state)) pwm_fan_set_cur_state()
209 ctx->pwm_fan_max_state = num - 1; pwm_fan_of_get_cooling_data()
265 ctx->pwm_fan_state = ctx->pwm_fan_max_state; pwm_fan_probe()

Completed in 101 milliseconds