Lines Matching defs:enabled
90 state->enabled = (val & enable_conf) == enable_conf;
192 bool enabled;
204 enabled = curstate.enabled;
206 if (state->polarity != curstate.polarity && enabled &&
211 enabled = false;
215 if (state->enabled != enabled) {
216 ret = rockchip_pwm_enable(chip, pwm, state->enabled);
303 bool enabled;
355 enabled = (ctrl & enable_conf) == enable_conf;
363 /* Keep the PWM clk enabled if the PWM appears to be up and running. */
364 if (!enabled)