Searched refs:c_usecs (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/host/ |
D | ehci-sched.c | 215 ps->usecs, ps->c_usecs, ps->cs_mask); in bandwidth_dbg() 224 int c_usecs = qh->ps.c_usecs; in reserve_release_intr_bandwidth() local 236 c_usecs = -c_usecs; in reserve_release_intr_bandwidth() 246 if (qh->ps.c_usecs) { in reserve_release_intr_bandwidth() 252 ehci->bandwidth[i+j] += c_usecs; in reserve_release_intr_bandwidth() 554 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic() 602 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic() 640 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic() 647 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic() 804 if (qh->ps.c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() [all …]
|
D | fotg210.h | 459 u8 c_usecs; /* ... split completion bw */ member 515 u8 usecs, c_usecs; member
|
D | oxu210hp-hcd.c | 1396 qh->c_usecs = 0; in qh_make() 1419 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 1423 qh->c_usecs = HS_USECS(0); in qh_make() 1864 usecs += q->qh->c_usecs; in periodic_usecs() 1941 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic() 1988 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 2021 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 2028 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic() 2112 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() 2117 if (!qh->c_usecs) { in check_intr_schedule()
|
D | fotg210-hcd.c | 521 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir() 2792 qh->c_usecs = 0; in qh_make() 2815 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 2819 qh->c_usecs = HS_USECS(0); in qh_make() 3387 usecs += q->qh->c_usecs; in periodic_usecs() 3524 qh->c_usecs); in qh_link_periodic() 3571 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 3612 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 3619 qh->c_usecs); in qh_unlink_periodic() 3751 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() [all …]
|
D | ehci-q.c | 819 qh->ps.c_usecs = 0; in qh_make() 849 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make() 853 qh->ps.c_usecs = HS_USECS(0); in qh_make()
|
D | oxu210hp.h | 317 u8 c_usecs; /* ... split completion bw */ member
|
D | ehci.h | 72 u8 usecs, c_usecs; /* times on the HS bus */ member
|
D | ehci-dbg.c | 714 p.qh->ps.c_usecs, in fill_periodic_buffer()
|