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

/linux-4.1.27/drivers/usb/c67x00/
H A Dc67x00-sched.c197 * frame_after_eq - is frame a after or equal to frame b
199 static inline int frame_after_eq(u16 a, u16 b) frame_after_eq() function
747 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { c67x00_add_int_urb()
759 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { c67x00_add_iso_urb()

Completed in 99 milliseconds