Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-sched.c151 usecs += q->qh->c_usecs; in periodic_usecs()
187 usecs += q->sitd->stream->c_usecs; in periodic_usecs()
567 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic()
615 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
643 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
650 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic()
771 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
776 if (!qh->c_usecs) { in check_intr_schedule()
790 qh->period, qh->c_usecs)) in check_intr_schedule()
813 qh->period, qh->c_usecs)) in check_intr_schedule()
[all …]
Dehci.h383 u8 c_usecs; /* ... split completion bw */ member
440 u8 usecs, c_usecs; member
Doxu210hp-hcd.c1393 qh->c_usecs = 0; in qh_make()
1416 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1420 qh->c_usecs = HS_USECS(0); in qh_make()
1861 usecs += q->qh->c_usecs; in periodic_usecs()
1938 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic()
1985 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
2018 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
2025 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic()
2109 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
2114 if (!qh->c_usecs) { in check_intr_schedule()
Doxu210hp.h317 u8 c_usecs; /* ... split completion bw */ member
Dehci-q.c846 qh->c_usecs = 0; in qh_make()
869 qh->c_usecs = qh->usecs + HS_USECS (0); in qh_make()
873 qh->c_usecs = HS_USECS (0); in qh_make()
Dehci-dbg.c647 p.qh->usecs, p.qh->c_usecs, in fill_periodic_buffer()