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

/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c1059 u16 earliest_frame; local
1078 earliest_frame = dwc2_frame_num_inc(frame_number, 1);
1079 next_active_frame = earliest_frame;
1125 * After this we might be before earliest_frame, but don't worry,
1145 * By now we might actually be before the earliest_frame. Let's move
1148 while (dwc2_frame_num_gt(earliest_frame, next_active_frame))

Completed in 105 milliseconds