Home
last modified time | relevance | path

Searched refs:now_frame (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/usb/host/
Dehci-sched.c1270 if (itd->frame == ehci->now_frame) in itd_urb_transaction()
2068 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction()
2357 unsigned uf, now_frame, frame; in scan_isoc() local
2370 now_frame = (uf >> 3) & fmask; in scan_isoc()
2373 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()
2376 ehci->now_frame = now_frame; in scan_isoc()
2397 if (frame == now_frame && live) { in scan_isoc()
2438 if (((frame == now_frame) || in scan_isoc()
2439 (((frame + 1) & fmask) == now_frame)) in scan_isoc()
2484 if (frame == now_frame) in scan_isoc()
Dfotg210-hcd.c4108 if (itd->frame == fotg210->now_frame) in itd_urb_transaction()
4582 unsigned now_frame, bool live) in scan_frame_queue() argument
4604 if (frame == now_frame && live) { in scan_frame_queue()
4653 unsigned uf, now_frame, frame, ret; in scan_isoc() local
4664 now_frame = (uf >> 3) & fmask; in scan_isoc()
4667 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()
4670 fotg210->now_frame = now_frame; in scan_isoc()
4677 now_frame, live); in scan_isoc()
4680 if (frame == now_frame) in scan_isoc()
4684 fotg210->next_frame = now_frame; in scan_isoc()
Dfotg210.h125 unsigned now_frame; /* frame from HC hardware */ member
Dehci.h163 unsigned now_frame; /* frame from HC hardware */ member