Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/c67x00/
H A Dc67x00-sched.c183 * frame_after_eq - is frame a after or equal to frame b
185 static inline int frame_after_eq(u16 a, u16 b) in frame_after_eq() function
734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H A Dc67x00-sched.c183 * frame_after_eq - is frame a after or equal to frame b
185 static inline int frame_after_eq(u16 a, u16 b) in frame_after_eq() function
734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()

Completed in 4 milliseconds