Searched refs:uframe (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/host/ |
| A D | ehci-sched.c | 280 for (uframe = ps->bw_phase << 3; uframe < EHCI_BANDWIDTH_SIZE; in compute_tt_budget() 358 unsigned uframe in tt_available() argument 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() 757 for (uframe += frame << 3; uframe < EHCI_BANDWIDTH_SIZE; in check_period() 795 for (i = uframe+2; i < 8 && i <= uframe+4; i++) in check_intr_schedule() 851 uframe = 0; in qh_schedule() 870 for (uframe = 0; uframe < 8; uframe++) { in qh_schedule() 1431 uf = uframe; in sitd_slot_ok() 1689 u16 uframe in itd_patch() argument [all …]
|
| 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()
|
| A D | fotg210-hcd.c | 3679 if (uframe >= 8) in check_period() 3690 for (uframe = 0; uframe < 7; uframe++) { in check_period() 3692 uframe); in check_period() 3758 unsigned uframe; in qh_schedule() local 3773 uframe = 0; in qh_schedule() 3788 for (uframe = 0; uframe < 8; uframe++) { in qh_schedule() 4142 if (periodic_usecs(fotg210, uframe >> 3, uframe & 0x7) in itd_slot_ok() 4309 uframe &= 0x07; in itd_patch() 4442 for (uframe = 0; uframe < 8; uframe++) { in itd_complete() 4737 for (uframe = 0; uframe < 7; ++uframe) in uframe_periodic_max_store() [all …]
|
| A D | oxu210hp-hcd.c | 2267 unsigned frame, unsigned uframe) in periodic_usecs() argument 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() 2525 unsigned frame, unsigned uframe, in check_intr_schedule() argument 2551 unsigned uframe; in qh_schedule() local 2565 uframe = 0; in qh_schedule() 2578 for (uframe = 0; uframe < 8; uframe++) { in qh_schedule() 2580 frame, uframe, qh, in qh_schedule() [all …]
|
| /linux/drivers/usb/dwc2/ |
| A 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()
|
Completed in 25 milliseconds