• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching refs:next

151 	ehci_dbg (ehci, "%s [%d] itd %p, next %08x, urb %p\n",
182 ehci_dbg (ehci, "%s [%d] sitd %p, next %08x, urb %p\n",
438 char *next = *nextp;
457 temp = scnprintf (next, size,
468 next += temp;
485 temp = snprintf (next, size,
500 next += temp;
505 temp = snprintf (next, size, "\n");
509 next += temp;
513 *nextp = next;
522 char *next;
527 next = buf->output_buf;
530 *next = 0;
538 qh_lines (ehci, qh, &next, &size);
540 temp = scnprintf (next, size, "\nreclaim =\n");
542 next += temp;
545 qh_lines (ehci, qh, &next, &size);
560 char *next;
570 next = buf->output_buf;
573 temp = scnprintf (next, size, "size = %d\n", ehci->periodic_size);
575 next += temp;
587 temp = scnprintf (next, size, "%4d: ", i);
589 next += temp;
597 temp = scnprintf (next, size, " qh%d-%04x/%p",
605 next += temp;
611 temp = scnprintf (next, size,
614 next += temp;
639 temp = scnprintf (next, size,
659 temp = scnprintf (next, size,
666 temp = scnprintf (next, size,
672 temp = scnprintf (next, size,
683 next += temp;
686 temp = scnprintf (next, size, "\n");
688 next += temp;
703 char *next, scratch [80];
709 next = buf->output_buf;
715 size = scnprintf (next, size,
727 temp = scnprintf (next, size,
736 next += temp;
752 temp = scnprintf (next, size,
757 next += temp;
761 temp = scnprintf (next, size,
764 next += temp;
778 temp = scnprintf (next, size, "structural params 0x%08x\n", i);
780 next += temp;
783 temp = scnprintf (next, size, "capability params 0x%08x\n", i);
785 next += temp;
790 temp = scnprintf (next, size, fmt, temp, scratch);
792 next += temp;
796 temp = scnprintf (next, size, fmt, temp, scratch);
798 next += temp;
802 temp = scnprintf (next, size, fmt, temp, scratch);
804 next += temp;
806 temp = scnprintf (next, size, "uframe %04x\n",
809 next += temp;
815 temp = scnprintf (next, size, fmt, temp, scratch);
817 next += temp;
819 temp = scnprintf (next, size,
824 next += temp;
829 temp = scnprintf(next, size, "reclaim qh %p\n", ehci->reclaim);
831 next += temp;
835 temp = scnprintf (next, size,
840 next += temp;
842 temp = scnprintf (next, size, "complete %ld unlink %ld\n",
845 next += temp;