Searched refs:now_frame (Results 1 – 4 of 4) sorted by relevance
1284 if (itd->frame == ehci->now_frame) in itd_urb_transaction()2076 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction()2365 unsigned uf, now_frame, frame; in scan_isoc() local2378 now_frame = (uf >> 3) & fmask; in scan_isoc()2381 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()2384 ehci->now_frame = now_frame; in scan_isoc()2405 if (frame == now_frame && live) { in scan_isoc()2446 if (((frame == now_frame) || in scan_isoc()2447 (((frame + 1) & fmask) == now_frame)) in scan_isoc()2492 if (frame == now_frame) in scan_isoc()
4109 if (itd->frame == fotg210->now_frame) in itd_urb_transaction()4583 unsigned now_frame, bool live) in scan_frame_queue() argument4605 if (frame == now_frame && live) { in scan_frame_queue()4654 unsigned uf, now_frame, frame, ret; in scan_isoc() local4665 now_frame = (uf >> 3) & fmask; in scan_isoc()4668 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()4671 fotg210->now_frame = now_frame; in scan_isoc()4678 now_frame, live); in scan_isoc()4681 if (frame == now_frame) in scan_isoc()4685 fotg210->next_frame = now_frame; in scan_isoc()
125 unsigned now_frame; /* frame from HC hardware */ member
163 unsigned now_frame; /* frame from HC hardware */ member