Home
last modified time | relevance | path

Searched refs:bw_period (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-sched.c254 i += qh->ps.bw_period) in reserve_release_intr_bandwidth()
355 unsigned period = ps->bw_period; in tt_available()
570 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
571 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
608 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
609 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
812 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) { in check_intr_schedule()
858 if (qh->ps.bw_period) { in qh_schedule()
862 for (i = qh->ps.bw_period; i > 0; --i) { in qh_schedule()
863 frame = ++ehci->random_frame & (qh->ps.bw_period in qh_schedule()
[all...]
H A Dehci-q.c833 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make()
864 qh->ps.bw_period = min_t(unsigned, tmp, urb->interval); in qh_make()
865 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
H A Dehci.h62 u8 bw_period; /* same, in frames */ member
H A Dehci-dbg.c583 ps->bw_period, ps->cs_mask); in fill_bandwidth_buffer()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-sched.c260 i += qh->ps.bw_period) in reserve_release_intr_bandwidth()
361 unsigned period = ps->bw_period; in tt_available()
577 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
578 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
615 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
616 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
819 if (tt_no_collision(ehci, qh->ps.bw_period, qh->ps.udev, frame, mask)) { in check_intr_schedule()
865 if (qh->ps.bw_period) { in qh_schedule()
869 for (i = qh->ps.bw_period; i > 0; --i) { in qh_schedule()
870 frame = ++ehci->random_frame & (qh->ps.bw_period in qh_schedule()
[all...]
H A Dehci-q.c834 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make()
865 qh->ps.bw_period = min_t(unsigned, tmp, urb->interval); in qh_make()
866 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
H A Dehci.h62 u8 bw_period; /* same, in frames */ member
H A Dehci-dbg.c583 ps->bw_period, ps->cs_mask); in fill_bandwidth_buffer()

Completed in 14 milliseconds