Lines Matching refs:ptr
81 static void ms_periodic_unlink (struct ehci_hcd *pEhci, U32 u32Frame, void *ptr) in ms_periodic_unlink() argument
88 while (here.ptr && here.ptr != ptr) in ms_periodic_unlink()
97 if (!here.ptr) in ms_periodic_unlink()
99 ms_debug_msg ("[periodic_unlink] entry %p no longer on u32Frame [%d]\n", ptr, (int)u32Frame); in ms_periodic_unlink()
118 while (pQh->ptr) in ms_periodic_usecs()
220 pQh1->qh_next.ptr = 0; in ms_intr_deschedule()
364 while (here.ptr) { in ms_tt_no_collision()
469 while (here.ptr) { in ms_qh_link_periodic()
482 while (here.ptr && qh != here.qh) { in ms_qh_link_periodic()
584 if (pEhci->pshadow [u32Frame1].ptr != 0) in ms_qh_schedule()
709 q.ptr = q_p->ptr; in ms_scan_periodic()
713 while (q.ptr != 0) in ms_scan_periodic()
730 (int)u32Type, (int)u32Frame, q.ptr); in ms_scan_periodic()
733 q.ptr = 0; in ms_scan_periodic()
736 if (q.ptr == 0 && !last) in ms_scan_periodic()