Searched refs:c_usecs (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-sched.c | 203 ps->usecs, ps->c_usecs, ps->cs_mask); in bandwidth_dbg() 212 int c_usecs = qh->ps.c_usecs; in reserve_release_intr_bandwidth() local 224 c_usecs = -c_usecs; in reserve_release_intr_bandwidth() 234 if (qh->ps.c_usecs) { in reserve_release_intr_bandwidth() 240 ehci->bandwidth[i+j] += c_usecs; in reserve_release_intr_bandwidth() 543 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic() 591 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic() 629 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic() 636 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic() 793 if (qh->ps.c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() [all …]
|
D | fotg210.h | 460 u8 c_usecs; /* ... split completion bw */ member 516 u8 usecs, c_usecs; member
|
D | oxu210hp-hcd.c | 1377 qh->c_usecs = 0; in qh_make() 1400 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 1404 qh->c_usecs = HS_USECS(0); in qh_make() 1844 usecs += q->qh->c_usecs; in periodic_usecs() 1921 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic() 1968 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 2001 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 2008 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic() 2092 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() 2097 if (!qh->c_usecs) { in check_intr_schedule()
|
D | fotg210-hcd.c | 508 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir() 2755 qh->c_usecs = 0; in qh_make() 2778 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 2782 qh->c_usecs = HS_USECS(0); in qh_make() 3350 usecs += q->qh->c_usecs; in periodic_usecs() 3487 qh->c_usecs); in qh_link_periodic() 3534 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 3575 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 3582 qh->c_usecs); in qh_unlink_periodic() 3714 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() [all …]
|
D | oxu210hp.h | 318 u8 c_usecs; /* ... split completion bw */ member
|
D | ehci-q.c | 802 qh->ps.c_usecs = 0; in qh_make() 832 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make() 836 qh->ps.c_usecs = HS_USECS(0); in qh_make()
|
D | ehci.h | 59 u8 usecs, c_usecs; /* times on the HS bus */ member
|
D | ehci-dbg.c | 617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()
|