Searched refs:uhci_frame_before_eq (Results 1 – 2 of 2) sorted by relevance
447 #define uhci_frame_before_eq(f1, f2) (0 <= (int) ((f2) - (f1))) macro
1314 if (uhci_frame_before_eq(frame, uhci->frame_number)) { in uhci_submit_isochronous()1324 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES, in uhci_submit_isochronous()1376 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame)) in uhci_result_isochronous()1498 if (uhci_frame_before_eq(urb->start_frame, uhci->frame_number)) in uhci_urb_dequeue()