Searched refs:uframe (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sched.c | 277 unsigned uframe, uf, x; in compute_tt_budget() local 286 for (uframe = ps->bw_phase << 3; uframe < EHCI_BANDWIDTH_SIZE; in compute_tt_budget() 287 uframe += ps->bw_uperiod) { in compute_tt_budget() 288 budget_line = &budget_table[uframe]; in compute_tt_budget() 383 unsigned uframe in tt_available() argument 389 if ((period == 0) || (uframe >= 7)) /* error */ in tt_available() 404 if (max_tt_usecs[uframe] <= tt_usecs[uframe]) in tt_available() 415 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available() 420 tt_usecs[uframe] += usecs; in tt_available() 769 unsigned uframe, in check_period() argument [all …]
|
D | ehci-sysfs.c | 100 unsigned uframe; in store_uframe_periodic_max() local 129 for (uframe = 0; uframe < EHCI_BANDWIDTH_SIZE; ++uframe) in store_uframe_periodic_max() 131 ehci->bandwidth[uframe]); in store_uframe_periodic_max()
|
D | fusbh200-hcd.c | 3429 periodic_usecs (struct fusbh200_hcd *fusbh200, unsigned frame, unsigned uframe) in periodic_usecs() argument 3441 if (hw->hw_info2 & cpu_to_hc32(fusbh200, 1 << uframe)) in periodic_usecs() 3445 1 << (8 + uframe))) in periodic_usecs() 3462 if (q->itd->hw_transaction[uframe]) in periodic_usecs() 3471 frame * 8 + uframe, usecs); in periodic_usecs() 3774 unsigned uframe, in check_period() argument 3783 if (uframe >= 8) in check_period() 3794 for (uframe = 0; uframe < 7; uframe++) { in check_period() 3795 claimed = periodic_usecs (fusbh200, frame, uframe); in check_period() 3804 claimed = periodic_usecs (fusbh200, frame, uframe); in check_period() [all …]
|
D | fotg210-hcd.c | 3487 periodic_usecs(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe) in periodic_usecs() argument 3499 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs() 3503 1 << (8 + uframe))) in periodic_usecs() 3520 if (q->itd->hw_transaction[uframe]) in periodic_usecs() 3529 frame * 8 + uframe, usecs); in periodic_usecs() 3838 unsigned uframe, in check_period() argument 3847 if (uframe >= 8) in check_period() 3858 for (uframe = 0; uframe < 7; uframe++) { in check_period() 3860 uframe); in check_period() 3869 claimed = periodic_usecs(fotg210, frame, uframe); in check_period() [all …]
|
D | oxu210hp-hcd.c | 1849 unsigned frame, unsigned uframe) in periodic_usecs() argument 1860 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs() 1863 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs() 1873 frame * 8 + uframe, usecs); in periodic_usecs() 2065 unsigned frame, unsigned uframe, in check_period() argument 2073 if (uframe >= 8) in check_period() 2087 for (uframe = 0; uframe < 7; uframe++) { in check_period() 2088 claimed = periodic_usecs(oxu, frame, uframe); in check_period() 2097 claimed = periodic_usecs(oxu, frame, uframe); in check_period() 2107 unsigned frame, unsigned uframe, in check_intr_schedule() argument [all …]
|