Searched refs:c_usecs (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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() 530 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic() 578 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic() 616 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic() 623 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic() 780 if (qh->ps.c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() [all …]
|
D | oxu210hp-hcd.c | 323 u8 c_usecs; /* ... split completion bw */ member 1791 qh->c_usecs = 0; in qh_make() 1814 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 1818 qh->c_usecs = HS_USECS(0); in qh_make() 2257 usecs += q->qh->c_usecs; in periodic_usecs() 2334 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic() 2381 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 2414 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 2421 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic() 2505 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() [all …]
|
D | ehci-q.c | 810 qh->ps.c_usecs = 0; in qh_make() 840 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make() 844 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()
|
/linux-6.12.1/drivers/usb/fotg210/ |
D | fotg210-hcd.h | 461 u8 c_usecs; /* ... split completion bw */ member 517 u8 usecs, c_usecs; member
|
D | fotg210-hcd.c | 503 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 …]
|