Searched refs:last_iso_frame (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/host/
H A Duhci-debug.c366 uhci->last_iso_frame, uhci->last_iso_frame & 1023);
H A Duhci-hcd.h409 unsigned int last_iso_frame; /* Frame of last scan */ member in struct:uhci_hcd
H A Dehci-sched.c1560 /* If needed, initialize last_iso_frame so that this URB will be seen */
1562 ehci->last_iso_frame = now >> 3;
1565 * Use ehci->last_iso_frame as the base. There can't be any
1568 base = ehci->last_iso_frame << 3;
2372 now_frame = (ehci->last_iso_frame - 1) & fmask;
2377 frame = ehci->last_iso_frame;
2487 ehci->last_iso_frame = frame;
H A Dehci.h164 unsigned last_iso_frame; /* last frame scanned for iso */ member in struct:ehci_hcd
H A Duhci-q.c1328 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES,
1778 uhci->last_iso_frame = uhci->cur_iso_frame;

Completed in 113 milliseconds