Lines Matching refs:next

108 	ehci_dbg(ehci, "%s [%d] itd %p, next %08x, urb %p\n",
139 ehci_dbg(ehci, "%s [%d] sitd %p, next %08x, urb %p\n",
379 char *next = *nextp;
398 temp = scnprintf(next, size,
400 " [cur %08x next %08x buf[0] %08x]",
413 next += temp;
446 temp = scnprintf(next, size,
456 next += temp;
461 temp = scnprintf(next, size, "\n");
463 next += temp;
467 *nextp = next;
476 char *next;
481 next = buf->output_buf;
484 *next = 0;
493 qh_lines(ehci, qh, &next, &size);
495 temp = scnprintf(next, size, "\nunlink =\n");
497 next += temp;
502 qh_lines(ehci, qh, &next, &size);
516 char *next;
523 next = buf->output_buf;
526 *next = 0;
531 temp = scnprintf(next, size,
534 next += temp;
537 temp = scnprintf(next, size,
542 next += temp;
547 temp = scnprintf(next, size,
552 next += temp;
555 temp = scnprintf(next, size,
560 next += temp;
562 temp = scnprintf(next, size,
565 next += temp;
569 temp = scnprintf(next, size,
574 next += temp;
577 temp = scnprintf(next, size,
585 next += temp;
590 return next - buf->output_buf;
628 char *next;
639 next = buf->output_buf;
642 temp = scnprintf(next, size, "size = %d\n", ehci->periodic_size);
644 next += temp;
657 temp = scnprintf(next, size, "%4d: ", i);
659 next += temp;
667 temp = scnprintf(next, size, " qh%d-%04x/%p",
675 next += temp;
681 temp = scnprintf(next, size,
684 next += temp;
690 temp = output_buf_tds_dir(next, ehci,
702 temp = scnprintf(next, size,
709 temp = scnprintf(next, size,
715 temp = scnprintf(next, size,
726 next += temp;
729 temp = scnprintf(next, size, "\n");
731 next += temp;
761 char *next, scratch[80];
767 next = buf->output_buf;
773 size = scnprintf(next, size,
785 temp = scnprintf(next, size,
794 next += temp;
810 temp = scnprintf(next, size,
815 next += temp;
819 temp = scnprintf(next, size,
822 next += temp;
837 temp = scnprintf(next, size, "structural params 0x%08x\n", i);
839 next += temp;
842 temp = scnprintf(next, size, "capability params 0x%08x\n", i);
844 next += temp;
849 temp = scnprintf(next, size, fmt, temp, scratch);
851 next += temp;
855 temp = scnprintf(next, size, fmt, temp, scratch);
857 next += temp;
861 temp = scnprintf(next, size, fmt, temp, scratch);
863 next += temp;
865 temp = scnprintf(next, size, "uframe %04x\n",
868 next += temp;
874 temp = scnprintf(next, size, fmt, temp, scratch);
876 next += temp;
878 temp = scnprintf(next, size,
883 next += temp;
888 temp = scnprintf(next, size, "async unlink qh %p\n",
892 next += temp;
896 temp = scnprintf(next, size,
901 next += temp;
903 temp = scnprintf(next, size, "complete %ld unlink %ld\n",
906 next += temp;