Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-sched.c202 ps->usecs, ps->c_usecs, ps->cs_mask); in bandwidth_dbg()
211 int c_usecs = qh->ps.c_usecs; in reserve_release_intr_bandwidth() local
223 c_usecs = -c_usecs; in reserve_release_intr_bandwidth()
233 if (qh->ps.c_usecs) { in reserve_release_intr_bandwidth()
239 ehci->bandwidth[i+j] += c_usecs; in reserve_release_intr_bandwidth()
529 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic()
577 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
615 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
622 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic()
779 if (qh->ps.c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
H A Doxu210hp-hcd.c324 u8 c_usecs; /* ... split completion bw */ member
1792 qh->c_usecs = 0; in qh_make()
1815 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1819 qh->c_usecs = HS_USECS(0); in qh_make()
2258 usecs += q->qh->c_usecs; in periodic_usecs()
2335 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic()
2382 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
2415 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
2422 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic()
2506 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
H A Dehci-dbg.c617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h461 u8 c_usecs; /* ... split completion bw */ member
517 u8 usecs, c_usecs; member
H A Dfotg210-hcd.c503 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir()
2750 qh->c_usecs = 0; in qh_make()
2773 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2777 qh->c_usecs = HS_USECS(0); in qh_make()
3345 usecs += q->qh->c_usecs; in periodic_usecs()
3482 qh->c_usecs); in qh_link_periodic()
3529 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
3570 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
3577 qh->c_usecs); in qh_unlink_periodic()
3709 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]