Lines Matching refs:period
329 frame += qh1->period; in intr_deschedule()
345 if (((ehci_get_frame (&ehci->hcd) - frame) % qh1->period) == 0) { in intr_deschedule()
360 (qh1->usecs + qh1->c_usecs) / qh1->period; in intr_deschedule()
364 qh1, qh1->period, frame, in intr_deschedule()
372 U32 period, in check_period() argument
401 } while ((frame += period) < ehci->periodic_size); in check_period()
417 if (!check_period (ehci, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
430 qh->period, qh->c_usecs)) in check_intr_schedule()
433 qh->period, qh->c_usecs)) in check_intr_schedule()
455 if (frame1 < qh->period) { in qh_schedule()
467 frame1 = qh->period - 1; in qh_schedule()
491 qh->period, frame1, uframe1, qh->gap_uf); in qh_schedule()
504 frame1 += qh->period; in qh_schedule()
509 (qh->usecs + qh->c_usecs) / qh->period; in qh_schedule()