Lines Matching defs:period
482 rtc->aie_timer.period = 0;
511 rtc->aie_timer.period = 0;
594 rtc->uie_rtctimer.period = ktime_set(1, 0);
663 ktime_t period;
668 period = NSEC_PER_SEC / rtc->irq_freq;
669 count = hrtimer_forward_now(timer, period);
737 ktime_t period = NSEC_PER_SEC / rtc->irq_freq;
739 hrtimer_start(&rtc->pie_timer, period, HRTIMER_MODE_REL);
928 if (ktime_to_ns(timer->period)) {
930 timer->period);
988 * @ period: period that the timer will recur
993 ktime_t expires, ktime_t period)
1002 timer->period = period;