Lines Matching defs:missed
1821 * Return: number missed by (or 0 if we didn't miss).
1828 int missed = 0;
1855 * OOPS, we missed. That's actually pretty bad since
1858 missed = dwc2_frame_num_dec(prev_frame_number,
1863 return missed;
1884 * Return: number missed by (or 0 if we didn't miss).
1889 int missed = 0;
1900 * will have missed in this case anyway. Just go to exit. If we want
1954 missed = dwc2_frame_num_dec(qh->start_active_frame,
1961 return missed;
1982 int missed;
2004 missed = dwc2_next_for_periodic_split(hsotg, qh, frame_number);
2006 missed = dwc2_next_periodic_start(hsotg, qh, frame_number);
2013 missed, missed ? "MISS" : "");