Searched refs:clock_frame (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c1803 if (ehci->clock_frame != itd->frame || itd->index[7] != -1) {
2199 if (ehci->clock_frame != sitd->frame) {
2306 unsigned now_uframe, frame, clock, clock_frame, mod; local
2319 clock_frame = (clock >> 3) & (ehci->periodic_size - 1);
2322 clock_frame = -1;
2324 if (ehci->clock_frame != clock_frame) {
2326 ehci->clock_frame = clock_frame;
2329 clock_frame
[all...]
H A Dehci.h90 /* list of itds & sitds completed while clock_frame was still active */
93 unsigned clock_frame; member in struct:ehci_hcd
H A Dehci-hcd.c599 ehci->clock_frame = -1;

Completed in 64 milliseconds