Lines Matching defs:pwm_state
43 struct pwm_state pwm_state;
98 struct pwm_state *state,
141 struct pwm_state *state = &ctx->pwm_state;
171 struct pwm_state *state = &ctx->pwm_state;
199 struct pwm_state *state = &ctx->pwm_state;
273 struct pwm_state *state = &ctx->pwm_state;
508 pwm_init_state(ctx->pwm, &ctx->pwm_state);
516 ctx->pwm_state.usage_power = true;
523 if (ctx->pwm_state.period > ULONG_MAX / MAX_PWM + 1) {