Home
last modified time | relevance | path

Searched refs:uframe (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dehci-sched.c265 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()
372 unsigned uframe in tt_available() argument
378 if ((period == 0) || (uframe >= 7)) /* error */ in tt_available()
393 if (max_tt_usecs[uframe] <= tt_usecs[uframe]) in tt_available()
404 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available()
409 tt_usecs[uframe] += usecs; in tt_available()
758 unsigned uframe, in check_period() argument
[all …]
Dehci-sysfs.c87 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()
Dfotg210-hcd.c3333 unsigned frame, unsigned uframe) in periodic_usecs() argument
3345 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs()
3349 1 << (8 + uframe))) in periodic_usecs()
3366 if (q->itd->hw_transaction[uframe]) in periodic_usecs()
3375 frame * 8 + uframe, usecs); in periodic_usecs()
3669 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument
3676 if (uframe >= 8) in check_period()
3687 for (uframe = 0; uframe < 7; uframe++) { in check_period()
3689 uframe); in check_period()
3698 claimed = periodic_usecs(fotg210, frame, uframe); in check_period()
[all …]
Doxu210hp-hcd.c1829 unsigned frame, unsigned uframe) in periodic_usecs() argument
1840 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
1843 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
1853 frame * 8 + uframe, usecs); in periodic_usecs()
2045 unsigned frame, unsigned uframe, in check_period() argument
2053 if (uframe >= 8) in check_period()
2067 for (uframe = 0; uframe < 7; uframe++) { in check_period()
2068 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2077 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2087 unsigned frame, unsigned uframe, in check_intr_schedule() argument
[all …]
/Linux-v4.19/drivers/usb/dwc2/
Dhcd_queue.c547 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()