Searched refs:uframe (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 271 unsigned uframe, uf, x; in compute_tt_budget() local 280 for (uframe = ps->bw_phase << 3; uframe < EHCI_BANDWIDTH_SIZE; in compute_tt_budget() 281 uframe += ps->bw_uperiod) { in compute_tt_budget() 282 budget_line = &budget_table[uframe]; in compute_tt_budget() 358 unsigned uframe in tt_available() argument 364 if ((period == 0) || (uframe >= 7)) /* error */ in tt_available() 379 if (max_tt_usecs[uframe] <= tt_usecs[uframe]) in tt_available() 390 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available() 395 tt_usecs[uframe] += usecs; in tt_available() 745 unsigned uframe, in check_period() argument [all …]
|
H A D | ehci-sysfs.c | 87 unsigned uframe; in uframe_periodic_max_store() local 116 for (uframe = 0; uframe < EHCI_BANDWIDTH_SIZE; ++uframe) in uframe_periodic_max_store() 118 ehci->bandwidth[uframe]); in uframe_periodic_max_store()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3328 unsigned frame, unsigned uframe) in periodic_usecs() argument 3340 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs() 3344 1 << (8 + uframe))) in periodic_usecs() 3361 if (q->itd->hw_transaction[uframe]) in periodic_usecs() 3370 frame * 8 + uframe, usecs); in periodic_usecs() 3664 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument 3671 if (uframe >= 8) in check_period() 3682 for (uframe = 0; uframe < 7; uframe++) { in check_period() 3684 uframe); in check_period() 3693 claimed = periodic_usecs(fotg210, frame, uframe); in check_period() [all …]
|