Home
last modified time | relevance | path

Searched refs:random_frame (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h166 unsigned random_frame; member
H A Dfotg210-hcd.c3779 frame = ++fotg210->random_frame % qh->period; in qh_schedule()
/linux/drivers/usb/host/
H A Dehci-sched.c870 frame = ++ehci->random_frame & (qh->ps.bw_period - 1); in qh_schedule()
887 qh->ps.phase = (qh->ps.period ? ehci->random_frame & in qh_schedule()
1505 start = ((-(++ehci->random_frame)) << 3) & (period - 1); in iso_stream_schedule()