Searched refs:periodic_usecs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdqueue.c350 if (hsotg->periodic_usecs > max_claimed_usecs) {
353 __func__, hsotg->periodic_usecs, qh->usecs);
571 hsotg->periodic_usecs += qh->usecs;
591 hsotg->periodic_usecs -= qh->usecs;
H A Ddwc2_core.h639 * @periodic_usecs: Total bandwidth claimed so far for periodic transfers.
766 u16 periodic_usecs; member in struct:dwc2_hsotg
H A Ddwc2_hcd.c2057 dev_dbg(hsotg->dev, " periodic_usecs: %d\n", hsotg->periodic_usecs);

Completed in 105 milliseconds