Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-sched.c230 i += qh->ps.bw_uperiod) in reserve_release_intr_bandwidth()
237 i += qh->ps.bw_uperiod) { in reserve_release_intr_bandwidth()
281 uframe += ps->bw_uperiod) { in compute_tt_budget()
821 qh->ps.bw_uperiod, qh->ps.c_usecs)) in check_intr_schedule()
824 qh->ps.bw_uperiod, qh->ps.c_usecs)) in check_intr_schedule()
1068 stream->ps.bw_uperiod; in iso_stream_init()
1326 i += stream->ps.bw_uperiod) in reserve_release_iso_bandwidth()
1335 i += stream->ps.bw_uperiod) { in reserve_release_iso_bandwidth()
1376 uframe += stream->ps.bw_uperiod) { in itd_slot_ok()
1406 uframe &= stream->ps.bw_uperiod - 1; in sitd_slot_ok()
[all …]
H A Dehci-q.c833 qh->ps.bw_uperiod = min_t(unsigned, tmp, urb->interval); in qh_make()
834 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make()
866 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
H A Dehci.h60 u8 bw_uperiod; /* period in microframes, for member
H A Dehci-hcd.c1027 if (qh->ps.bw_uperiod) in ehci_endpoint_disable()