random_frame 883 drivers/usb/host/ehci-sched.c frame = ++ehci->random_frame & (qh->ps.bw_period - 1); random_frame 900 drivers/usb/host/ehci-sched.c qh->ps.phase = (qh->ps.period ? ehci->random_frame & random_frame 1514 drivers/usb/host/ehci-sched.c start = ((-(++ehci->random_frame)) << 3) & (period - 1); random_frame 200 drivers/usb/host/ehci.h unsigned random_frame; random_frame 3790 drivers/usb/host/fotg210-hcd.c frame = ++fotg210->random_frame % qh->period; random_frame 166 drivers/usb/host/fotg210.h unsigned random_frame;