Home
last modified time | relevance | path

Searched refs:bw_period (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dehci-sched.c266 i += qh->ps.bw_period) in reserve_release_intr_bandwidth()
386 unsigned period = ps->bw_period; in tt_available()
601 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
602 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
639 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
640 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
843 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) { in check_intr_schedule()
889 if (qh->ps.bw_period) { in qh_schedule()
893 for (i = qh->ps.bw_period; i > 0; --i) { in qh_schedule()
894 frame = ++ehci->random_frame & (qh->ps.bw_period - 1); in qh_schedule()
[all …]
Dehci-q.c839 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make()
870 qh->ps.bw_period = min_t(unsigned, tmp, urb->interval); in qh_make()
871 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
Dehci.h75 u8 bw_period; /* same, in frames */ member
Dehci-dbg.c609 ps->bw_period, ps->cs_mask); in fill_bandwidth_buffer()