Searched refs:regulator_enabled (Results 1 – 2 of 2) sorted by relevance
46 bool regulator_enabled; member132 if (!ctx->regulator_enabled && on) { in pwm_fan_switch_power()135 ctx->regulator_enabled = true; in pwm_fan_switch_power()136 } else if (ctx->regulator_enabled && !on) { in pwm_fan_switch_power()139 ctx->regulator_enabled = false; in pwm_fan_switch_power()
543 bool regulator_enabled; /* regulator state */ member