Home
last modified time | relevance | path

Searched refs:dwc2_frame_num_gt (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/dwc2/
Dhcd_queue.c1148 while (dwc2_frame_num_gt(earliest_frame, next_active_frame)) in dwc2_pick_first_frame()
1823 if (dwc2_frame_num_gt(prev_frame_number, qh->next_active_frame)) { in dwc2_next_for_periodic_split()
1904 dwc2_frame_num_gt(prev_frame_number, qh->start_active_frame)) { in dwc2_next_periodic_start()
1921 } while (dwc2_frame_num_gt(prev_frame_number, in dwc2_next_periodic_start()
Dhcd.h629 static inline int dwc2_frame_num_gt(u16 frame1, u16 frame2) in dwc2_frame_num_gt() function
Dhcd.c1030 if (dwc2_frame_num_gt(frame_number, wire_frame)) { in dwc2_hc_set_even_odd_frame()