Lines Matching refs:pwm_state
816 struct pwm_state state;
928 struct pwm_state state;
1181 struct pwm_state state;
1313 struct pwm_state state;
1695 struct pwm_state pwm_state;
1727 pwm_init_state(st->cnv_pwm, &pwm_state);
1730 if (pwm_state.period == 0)
1731 pwm_state.period = 100 * MILLI;
1733 pwm_state.enabled = true;
1735 ret = pwm_apply_might_sleep(st->cnv_pwm, &pwm_state);