Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hcd.h402 unsigned int last_iso_frame; /* Frame of last scan */ member
Duhci-debug.c337 uhci->last_iso_frame, uhci->last_iso_frame & 1023); in uhci_show_status()
Duhci-q.c1284 i = urb->start_frame - uhci->last_iso_frame; in uhci_submit_isochronous()
1324 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES, in uhci_submit_isochronous()
1773 uhci->last_iso_frame = uhci->cur_iso_frame; in uhci_scan_schedule()