Searched refs:bw_uperiod (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/host/ |
D | ehci-sched.c | 213 (ps->bw_phase << 3) + ps->phase_uf, ps->bw_uperiod, in bandwidth_dbg() 242 i += qh->ps.bw_uperiod) in reserve_release_intr_bandwidth() 249 i += qh->ps.bw_uperiod) { in reserve_release_intr_bandwidth() 287 uframe += ps->bw_uperiod) { in compute_tt_budget() 807 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule() 822 qh->ps.bw_uperiod, qh->ps.c_usecs)) in check_intr_schedule() 845 qh->ps.bw_uperiod, qh->ps.c_usecs)) in check_intr_schedule() 848 qh->ps.bw_uperiod, qh->ps.c_usecs)) in check_intr_schedule() 1091 stream->ps.bw_uperiod = min_t(unsigned, tmp, urb->interval); in iso_stream_init() 1096 stream->ps.bw_uperiod; in iso_stream_init() [all …]
|
D | ehci-q.c | 827 qh->ps.bw_uperiod = min_t(unsigned, tmp, urb->interval); in qh_make() 828 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make() 860 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
|
D | ehci.h | 73 u8 bw_uperiod; /* period in microframes, for member
|
D | ehci-hcd.c | 987 if (qh->ps.bw_uperiod) in ehci_endpoint_disable()
|