Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dehci-sched.c271 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()
744 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.c3336 unsigned frame, unsigned uframe) in periodic_usecs() argument
3348 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs()
3352 1 << (8 + uframe))) in periodic_usecs()
3369 if (q->itd->hw_transaction[uframe]) in periodic_usecs()
3378 frame * 8 + uframe, usecs); in periodic_usecs()
3672 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument
3679 if (uframe >= 8) in check_period()
3690 for (uframe = 0; uframe < 7; uframe++) { in check_period()
3692 uframe); in check_period()
3701 claimed = periodic_usecs(fotg210, frame, uframe); in check_period()
[all …]
Doxu210hp-hcd.c2267 unsigned frame, unsigned uframe) in periodic_usecs() argument
2278 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
2281 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
2291 frame * 8 + uframe, usecs); in periodic_usecs()
2483 unsigned frame, unsigned uframe, in check_period() argument
2491 if (uframe >= 8) in check_period()
2505 for (uframe = 0; uframe < 7; uframe++) { in check_period()
2506 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2515 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2525 unsigned frame, unsigned uframe, in check_intr_schedule() argument
[all …]
/linux-5.19.10/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()