Home
last modified time | relevance | path

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

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