Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c140 if (hsotg->periodic_usecs > max_claimed_usecs) { in dwc2_check_periodic_bandwidth()
143 __func__, hsotg->periodic_usecs, qh->host_us); in dwc2_check_periodic_bandwidth()
1240 hsotg->periodic_usecs += qh->host_us; in dwc2_do_reserve()
1269 hsotg->periodic_usecs -= qh->host_us; in dwc2_do_unreserve()
H A Ddwc2_core.h1194 u16 periodic_usecs; member
H A Ddwc2_hcd.c4061 dev_dbg(hsotg->dev, " periodic_usecs: %d\n", hsotg->periodic_usecs); in dwc2_hcd_dump_state()