Home
last modified time | relevance | path

Searched refs:c_usecs (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dehci-sched.c203 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 …]
Dfotg210.h463 u8 c_usecs; /* ... split completion bw */ member
519 u8 usecs, c_usecs; member
Doxu210hp-hcd.c347 u8 c_usecs; /* ... split completion bw */ member
1816 qh->c_usecs = 0; in qh_make()
1839 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1843 qh->c_usecs = HS_USECS(0); in qh_make()
2283 usecs += q->qh->c_usecs; in periodic_usecs()
2360 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic()
2407 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
2440 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
2447 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic()
2531 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
Dfotg210-hcd.c510 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir()
2761 qh->c_usecs = 0; in qh_make()
2784 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2788 qh->c_usecs = HS_USECS(0); in qh_make()
3356 usecs += q->qh->c_usecs; in periodic_usecs()
3493 qh->c_usecs); in qh_link_periodic()
3540 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
3581 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
3588 qh->c_usecs); in qh_unlink_periodic()
3720 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
Dehci-q.c802 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()
Dehci.h59 u8 usecs, c_usecs; /* times on the HS bus */ member
Dehci-dbg.c617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()