Searched refs:phase_uf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sched.c | 201 (ps->bw_phase << 3) + ps->phase_uf, ps->bw_uperiod, in bandwidth_dbg() 202 ps->phase, ps->phase_uf, ps->period, in bandwidth_dbg() 229 for (i = start_uf + qh->ps.phase_uf; i < EHCI_BANDWIDTH_SIZE; in reserve_release_intr_bandwidth() 280 for (uf = ps->phase_uf; uf < 8; ++uf) { in compute_tt_budget() 883 qh->ps.phase_uf = uframe; in qh_schedule() 1320 for (i = uframe + stream->ps.phase_uf; i < EHCI_BANDWIDTH_SIZE; in reserve_release_iso_bandwidth() 1331 for ((j = stream->ps.phase_uf, m = 1 << j); j < 8; in reserve_release_iso_bandwidth() 1528 stream->ps.phase_uf = start & 7; in iso_stream_schedule() 1534 start = (stream->ps.phase << 3) + stream->ps.phase_uf; in iso_stream_schedule()
|
H A D | ehci.h | 58 u8 phase_uf; /* uframe part of the phase */ member
|
H A D | ehci-dbg.c | 582 ps->bw_phase, ps->phase_uf, in fill_bandwidth_buffer()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 201 (ps->bw_phase << 3) + ps->phase_uf, ps->bw_uperiod, in bandwidth_dbg() 202 ps->phase, ps->phase_uf, ps->period, in bandwidth_dbg() 229 for (i = start_uf + qh->ps.phase_uf; i < EHCI_BANDWIDTH_SIZE; in reserve_release_intr_bandwidth() 286 for (uf = ps->phase_uf; uf < 8; ++uf) { in compute_tt_budget() 890 qh->ps.phase_uf = uframe; in qh_schedule() 1325 for (i = uframe + stream->ps.phase_uf; i < EHCI_BANDWIDTH_SIZE; in reserve_release_iso_bandwidth() 1336 for ((j = stream->ps.phase_uf, m = 1 << j); j < 8; in reserve_release_iso_bandwidth() 1539 stream->ps.phase_uf = start & 7; in iso_stream_schedule() 1545 start = (stream->ps.phase << 3) + stream->ps.phase_uf; in iso_stream_schedule()
|
H A D | ehci.h | 58 u8 phase_uf; /* uframe part of the phase */ member
|
H A D | ehci-dbg.c | 582 ps->bw_phase, ps->phase_uf, in fill_bandwidth_buffer()
|
Completed in 14 milliseconds