Lines Matching refs:period
43 u64 period; member
89 u64 period; member
148 return state.period; in pwm_get_period()
203 state->period = args.period; in pwm_init_state()
225 if (!state->period) in pwm_get_relative_duty_cycle()
229 state->period); in pwm_get_relative_duty_cycle()
258 state->period, in pwm_set_relative_duty_cycle()
270 unsigned int period; member
413 if (state.duty_cycle == duty_ns && state.period == period_ns) in pwm_config()
417 state.period = period_ns; in pwm_config()
631 state.period = pwm->args.period; in pwm_apply_args()
643 unsigned int period; member
655 .period = _period, \