Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dpwm-fan.c38 unsigned int pwm_fan_state; member
103 ctx->pwm_fan_state = i; in pwm_fan_update_state()
194 *state = ctx->pwm_fan_state; in pwm_fan_get_cur_state()
208 if (state == ctx->pwm_fan_state) in pwm_fan_set_cur_state()
217 ctx->pwm_fan_state = state; in pwm_fan_set_cur_state()
381 ctx->pwm_fan_state = ctx->pwm_fan_max_state; in pwm_fan_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dpwm-fan.c55 unsigned int pwm_fan_state; member
242 ctx->pwm_fan_state = i; in pwm_fan_update_state()
390 *state = ctx->pwm_fan_state; in pwm_fan_get_cur_state()
404 if (state == ctx->pwm_fan_state) in pwm_fan_set_cur_state()
413 ctx->pwm_fan_state = state; in pwm_fan_set_cur_state()
629 ctx->pwm_fan_state = ctx->pwm_fan_max_state; in pwm_fan_probe()

Completed in 3 milliseconds