/kernel/linux/linux-5.10/drivers/usb/host/ |
H A 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() 523 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic() 571 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic() 609 ? ((qh->ps.usecs + qh->ps.c_usecs) / q in qh_unlink_periodic() 1303 int c_usecs = stream->ps.c_usecs; reserve_release_iso_bandwidth() local [all...] |
H A D | fotg210.h | 463 u8 c_usecs; /* ... split completion bw */ member 519 u8 usecs, c_usecs; member
|
H A D | oxu210hp-hcd.c | 348 u8 c_usecs; /* ... split completion bw */ member 1815 qh->c_usecs = 0; in qh_make() 1838 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 1842 qh->c_usecs = HS_USECS(0); in qh_make() 2281 usecs += q->qh->c_usecs; in periodic_usecs() 2358 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic() 2405 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 2438 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 2445 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic() 2529 if (qh->c_usecs in check_intr_schedule() [all...] |
H A D | fotg210-hcd.c | 508 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir() 2753 qh->c_usecs = 0; in qh_make() 2776 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 2780 qh->c_usecs = HS_USECS(0); in qh_make() 3348 usecs += q->qh->c_usecs; in periodic_usecs() 3485 qh->c_usecs); in qh_link_periodic() 3532 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 3573 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 3580 qh->c_usecs); in qh_unlink_periodic() 3712 if (qh->c_usecs in check_intr_schedule() [all...] |
H A D | ehci-q.c | 813 qh->ps.c_usecs = 0; in qh_make() 843 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make() 847 qh->ps.c_usecs = HS_USECS(0); in qh_make()
|
H A D | ehci.h | 59 u8 usecs, c_usecs; /* times on the HS bus */ member
|
H A D | ehci-dbg.c | 617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A 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) / q in qh_unlink_periodic() 1308 int c_usecs = stream->ps.c_usecs; reserve_release_iso_bandwidth() local [all...] |
H A D | oxu210hp-hcd.c | 348 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() 2282 usecs += q->qh->c_usecs; in periodic_usecs() 2359 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic() 2406 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 2439 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 2446 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic() 2530 if (qh->c_usecs in check_intr_schedule() [all...] |
H A D | ehci-q.c | 814 qh->ps.c_usecs = 0; in qh_make() 844 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make() 848 qh->ps.c_usecs = HS_USECS(0); in qh_make()
|
H A D | ehci.h | 59 u8 usecs, c_usecs; /* times on the HS bus */ member
|
H A D | ehci-dbg.c | 617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 461 u8 c_usecs; /* ... split completion bw */ member 517 u8 usecs, c_usecs; member
|
H A D | fotg210-hcd.c | 507 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir() 2754 qh->c_usecs = 0; in qh_make() 2777 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 2781 qh->c_usecs = HS_USECS(0); in qh_make() 3349 usecs += q->qh->c_usecs; in periodic_usecs() 3486 qh->c_usecs); in qh_link_periodic() 3533 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic() 3574 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic() 3581 qh->c_usecs); in qh_unlink_periodic() 3713 if (qh->c_usecs in check_intr_schedule() [all...] |