Lines Matching defs:period
483 rtc->aie_timer.period = 0;
512 rtc->aie_timer.period = 0;
595 rtc->uie_rtctimer.period = ktime_set(1, 0);
664 ktime_t period;
669 period = NSEC_PER_SEC / rtc->irq_freq;
670 count = hrtimer_forward_now(timer, period);
738 ktime_t period = NSEC_PER_SEC / rtc->irq_freq;
740 hrtimer_start(&rtc->pie_timer, period, HRTIMER_MODE_REL);
934 if (ktime_to_ns(timer->period)) {
936 timer->period);
994 * @ period: period that the timer will recur
999 ktime_t expires, ktime_t period)
1008 timer->period = period;