Lines Matching refs:bw_period
260 i += qh->ps.bw_period) in reserve_release_intr_bandwidth()
361 unsigned period = ps->bw_period; in tt_available()
576 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
577 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
614 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
615 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
818 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) { in check_intr_schedule()
864 if (qh->ps.bw_period) { in qh_schedule()
868 for (i = qh->ps.bw_period; i > 0; --i) { in qh_schedule()
869 frame = ++ehci->random_frame & (qh->ps.bw_period - 1); in qh_schedule()
888 qh->ps.bw_phase = qh->ps.phase & (qh->ps.bw_period - 1); in qh_schedule()
1105 stream->ps.bw_period = min_t(unsigned, tmp, urb->interval); in iso_stream_init()
1106 stream->ps.bw_uperiod = stream->ps.bw_period << 3; in iso_stream_init()
1111 stream->ps.bw_period; in iso_stream_init()
1357 i += stream->ps.bw_period) in reserve_release_iso_bandwidth()
1419 if (!tt_no_collision(ehci, stream->ps.bw_period, in sitd_slot_ok()
1537 (stream->ps.bw_period - 1); in iso_stream_schedule()