Searched refs:c_usecs (Results 1 - 10 of 10) sorted by relevance

/drivers/usb/host/
H A Dehci-sched.c215 ps->usecs, ps->c_usecs, ps->cs_mask);
224 int c_usecs = qh->ps.c_usecs; local
236 c_usecs = -c_usecs;
246 if (qh->ps.c_usecs) {
252 ehci->bandwidth[i+j] += c_usecs;
554 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs);
602 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)
640 ? ((qh->ps.usecs + qh->ps.c_usecs) / q
1338 int c_usecs = stream->ps.c_usecs; local
[all...]
H A Dfotg210.h509 u8 c_usecs; /* ... split completion bw */ member in struct:fotg210_qh
565 u8 usecs, c_usecs; member in struct:fotg210_iso_stream
H A Dfusbh200.h499 u8 c_usecs; /* ... split completion bw */ member in struct:fusbh200_qh
555 u8 usecs, c_usecs; member in struct:fusbh200_iso_stream
H A Doxu210hp.h317 u8 c_usecs; /* ... split completion bw */ member in struct:ehci_qh
H A Doxu210hp-hcd.c1396 qh->c_usecs = 0;
1419 qh->c_usecs = qh->usecs + HS_USECS(0);
1423 qh->c_usecs = HS_USECS(0);
1864 usecs += q->qh->c_usecs;
1941 qh, qh->start, qh->usecs, qh->c_usecs);
1988 ? ((qh->usecs + qh->c_usecs) / qh->period)
2021 ? ((qh->usecs + qh->c_usecs) / qh->period)
2028 qh, qh->start, qh->usecs, qh->c_usecs);
2112 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */
2117 if (!qh->c_usecs) {
[all...]
H A Dfotg210-hcd.c609 p.qh->usecs, p.qh->c_usecs,
2884 qh->c_usecs = 0;
2907 qh->c_usecs = qh->usecs + HS_USECS(0);
2911 qh->c_usecs = HS_USECS(0);
3504 usecs += q->qh->c_usecs;
3652 qh, qh->start, qh->usecs, qh->c_usecs);
3699 ? ((qh->usecs + qh->c_usecs) / qh->period)
3740 ? ((qh->usecs + qh->c_usecs) / qh->period)
3747 (QH_CMASK | QH_SMASK), qh, qh->start, qh->usecs, qh->c_usecs);
3890 if (qh->c_usecs
[all...]
H A Dfusbh200-hcd.c583 p.qh->usecs, p.qh->c_usecs,
2832 qh->c_usecs = 0;
2855 qh->c_usecs = qh->usecs + HS_USECS (0);
2859 qh->c_usecs = HS_USECS (0);
3447 usecs += q->qh->c_usecs;
3594 qh, qh->start, qh->usecs, qh->c_usecs);
3641 ? ((qh->usecs + qh->c_usecs) / qh->period)
3680 ? ((qh->usecs + qh->c_usecs) / qh->period)
3687 qh, qh->start, qh->usecs, qh->c_usecs);
3826 if (qh->c_usecs
[all...]
H A Dehci-q.c808 qh->ps.c_usecs = 0;
838 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0);
842 qh->ps.c_usecs = HS_USECS(0);
H A Dehci.h72 u8 usecs, c_usecs; /* times on the HS bus */ member in struct:ehci_per_sched
H A Dehci-dbg.c713 p.qh->ps.c_usecs,

Completed in 88 milliseconds