HomeSort by: relevance | last modified time | path
    Searched refs:periodic_usecs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 350 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;
dwc2_core.h 639 * @periodic_usecs: Total bandwidth claimed so far for periodic transfers.
766 u16 periodic_usecs; member in struct:dwc2_hsotg
dwc2_hcd.c 2057 dev_dbg(hsotg->dev, " periodic_usecs: %d\n", hsotg->periodic_usecs);

Completed in 17 milliseconds