Lines Matching refs:bw_period
254 i += qh->ps.bw_period)
355 unsigned period = ps->bw_period;
570 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period
571 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)
608 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period
609 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)
812 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) {
858 if (qh->ps.bw_period) {
862 for (i = qh->ps.bw_period; i > 0; --i) {
863 frame = ++ehci->random_frame & (qh->ps.bw_period - 1);
872 /* qh->ps.bw_period == 0 means every uframe */
882 qh->ps.bw_phase = qh->ps.phase & (qh->ps.bw_period - 1);
1099 stream->ps.bw_period = min_t(unsigned, tmp, urb->interval);
1100 stream->ps.bw_uperiod = stream->ps.bw_period << 3;
1105 stream->ps.bw_period;
1347 i += stream->ps.bw_period)
1409 if (!tt_no_collision(ehci, stream->ps.bw_period,
1527 (stream->ps.bw_period - 1);