Searched refs:uhci_frame_before_eq (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.h407 #define uhci_frame_before_eq(f1, f2) (0 <= (int) ((f2) - (f1))) macro
H A Duhci-q.c1287 if (uhci_frame_before_eq(frame, uhci->frame_number)) {
1297 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES,
1349 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame))
1471 if (uhci_frame_before_eq(urb->start_frame, uhci->frame_number))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h407 #define uhci_frame_before_eq(f1, f2) (0 <= (int) ((f2) - (f1))) macro
H A Duhci-q.c1287 if (uhci_frame_before_eq(frame, uhci->frame_number)) {
1297 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES,
1349 if (uhci_frame_before_eq(uhci->cur_iso_frame, qh->iso_frame))
1471 if (uhci_frame_before_eq(urb->start_frame, uhci->frame_number))

Completed in 118 milliseconds