Searched refs:uframe (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | ehci-sched.c | 265 unsigned uframe, uf, x; in compute_tt_budget() local 274 for (uframe = ps->bw_phase << 3; uframe < EHCI_BANDWIDTH_SIZE; in compute_tt_budget() 275 uframe += ps->bw_uperiod) { in compute_tt_budget() 276 budget_line = &budget_table[uframe]; in compute_tt_budget() 352 unsigned uframe in tt_available() argument 358 if ((period == 0) || (uframe >= 7)) /* error */ in tt_available() 373 if (max_tt_usecs[uframe] <= tt_usecs[uframe]) in tt_available() 384 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available() 389 tt_usecs[uframe] += usecs; in tt_available() 738 unsigned uframe, in check_period() argument [all …]
|
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()
|
D | fotg210-hcd.c | 3331 unsigned frame, unsigned uframe) in periodic_usecs() argument 3343 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs() 3347 1 << (8 + uframe))) in periodic_usecs() 3364 if (q->itd->hw_transaction[uframe]) in periodic_usecs() 3373 frame * 8 + uframe, usecs); in periodic_usecs() 3667 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument 3674 if (uframe >= 8) in check_period() 3685 for (uframe = 0; uframe < 7; uframe++) { in check_period() 3687 uframe); in check_period() 3696 claimed = periodic_usecs(fotg210, frame, uframe); in check_period() [all …]
|
D | oxu210hp-hcd.c | 2266 unsigned frame, unsigned uframe) in periodic_usecs() argument 2277 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs() 2280 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs() 2290 frame * 8 + uframe, usecs); in periodic_usecs() 2482 unsigned frame, unsigned uframe, in check_period() argument 2490 if (uframe >= 8) in check_period() 2504 for (uframe = 0; uframe < 7; uframe++) { in check_period() 2505 claimed = periodic_usecs(oxu, frame, uframe); in check_period() 2514 claimed = periodic_usecs(oxu, frame, uframe); in check_period() 2524 unsigned frame, unsigned uframe, in check_intr_schedule() argument [all …]
|
/drivers/usb/dwc2/ |
D | hcd_queue.c | 547 int uframe = trans_time->start_schedule_us / in dwc2_qh_schedule_print() local 554 qh, i, trans_time->duration_us, uframe, rel_us); in dwc2_qh_schedule_print()
|