Lines Matching refs:enabled
56 * @enabled: PWM enabled status
65 bool enabled;
109 return state.enabled;
167 * Once the function returns, you can adjust the ->enabled and ->duty_cycle
358 if (state.enabled) {
362 state.enabled = true;
379 if (!state.enabled) {
383 state.enabled = false;
522 * as enabled, and prevent polarity setting, which changes from the
524 * at startup (even if they are actually enabled), thus authorizing
536 state.enabled = false;