pwm_fan_max_state   39 drivers/hwmon/pwm-fan.c 	unsigned int pwm_fan_max_state;
pwm_fan_max_state   97 drivers/hwmon/pwm-fan.c 	for (i = 0; i < ctx->pwm_fan_max_state; ++i)
pwm_fan_max_state  179 drivers/hwmon/pwm-fan.c 	*state = ctx->pwm_fan_max_state;
pwm_fan_max_state  203 drivers/hwmon/pwm-fan.c 	if (!ctx || (state > ctx->pwm_fan_max_state))
pwm_fan_max_state  262 drivers/hwmon/pwm-fan.c 	ctx->pwm_fan_max_state = num - 1;
pwm_fan_max_state  375 drivers/hwmon/pwm-fan.c 	ctx->pwm_fan_state = ctx->pwm_fan_max_state;