Home
last modified time | relevance | path

Searched refs:tt_usecs (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-sched.c213 int tt_usecs = qh->ps.tt_usecs; in reserve_release_intr_bandwidth() local
225 tt_usecs = -tt_usecs; in reserve_release_intr_bandwidth()
246 if (tt_usecs) { in reserve_release_intr_bandwidth()
261 tt->bandwidth[i] += tt_usecs; in reserve_release_intr_bandwidth()
283 x = ps->tt_usecs; in compute_tt_budget()
326 tt_usecs[i+1] += tt_usecs[i] - max_tt_usecs[i]; in carryover_tt_bandwidth()
370 unsigned short tt_usecs[8]; in tt_available() local
391 if (tt_usecs[i] > 0) in tt_available()
395 tt_usecs[uframe] += usecs; in tt_available()
1309 int tt_usecs = stream->ps.tt_usecs; in reserve_release_iso_bandwidth() local
[all …]
H A Dehci.h52 u16 tt_usecs; /* time on the FS/LS bus */ member
H A Dehci-dbg.c581 ps->tt_usecs, in fill_bandwidth_buffer()
H A Dehci-q.c852 qh->ps.tt_usecs = NS_TO_US(think_time + in qh_make()
H A Doxu210hp-hcd.c349 u16 tt_usecs; /* tt downstream bandwidth */ member
1847 qh->tt_usecs = NS_TO_US(think_time + in qh_make()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h462 u16 tt_usecs; /* tt downstream bandwidth */ member
519 u16 tt_usecs; member
H A Dfotg210-hcd.c2785 qh->tt_usecs = NS_TO_US(think_time + in qh_make()