Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-debug.c366 uhci->last_iso_frame, uhci->last_iso_frame & 1023); in uhci_show_status()
Dehci-sched.c1551 ehci->last_iso_frame = now >> 3; in iso_stream_schedule()
1557 base = ehci->last_iso_frame << 3; in iso_stream_schedule()
2361 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()
2366 frame = ehci->last_iso_frame; in scan_isoc()
2476 ehci->last_iso_frame = frame; in scan_isoc()
Duhci-hcd.h413 unsigned int last_iso_frame; /* Frame of last scan */ member
Dehci.h164 unsigned last_iso_frame; /* last frame scanned for iso */ member
Duhci-q.c1328 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES, in uhci_submit_isochronous()
1778 uhci->last_iso_frame = uhci->cur_iso_frame; in uhci_scan_schedule()