Lines Matching refs:bw_period
260 i += qh->ps.bw_period)
361 unsigned period = ps->bw_period;
577 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period
578 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)
615 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period
616 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)
819 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) {
865 if (qh->ps.bw_period) {
869 for (i = qh->ps.bw_period; i > 0; --i) {
870 frame = ++ehci->random_frame & (qh->ps.bw_period - 1);
879 /* qh->ps.bw_period == 0 means every uframe */
889 qh->ps.bw_phase = qh->ps.phase & (qh->ps.bw_period - 1);
1106 stream->ps.bw_period = min_t(unsigned, tmp, urb->interval);
1107 stream->ps.bw_uperiod = stream->ps.bw_period << 3;
1112 stream->ps.bw_period;
1358 i += stream->ps.bw_period)
1420 if (!tt_no_collision(ehci, stream->ps.bw_period,
1538 (stream->ps.bw_period - 1);