Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Duhci-debug.c366 uhci->last_iso_frame, uhci->last_iso_frame & 1023); in uhci_show_status()
A Dehci-sched.c1561 ehci->last_iso_frame = now >> 3; in iso_stream_schedule()
1567 base = ehci->last_iso_frame << 3; in iso_stream_schedule()
2371 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()
2376 frame = ehci->last_iso_frame; in scan_isoc()
2486 ehci->last_iso_frame = frame; in scan_isoc()
A Duhci-hcd.h409 unsigned int last_iso_frame; /* Frame of last scan */ member
A Dehci.h164 unsigned last_iso_frame; /* last frame scanned for iso */ member
A 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()

Completed in 19 milliseconds