Lines Matching defs:ptr
63 static void periodic_unlink(struct ehci_hcd *ehci, unsigned frame, void *ptr)
69 /* find predecessor of "ptr"; hw and shadow lists are in sync */
70 while (here.ptr && here.ptr != ptr) {
78 if (!here.ptr)
82 * from ptr may still be in use, the caller updates them.
429 while (here.ptr) {
536 while (here.ptr) {
548 while (here.ptr && qh != here.qh) {
620 qh->qh_next.ptr = NULL;
1712 while (here.ptr) {
2372 q.ptr = q_p->ptr;
2376 while (q.ptr != NULL) {
2456 type, frame, q.ptr);
2462 q.ptr = NULL;