• 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

75 #define ohci_dbg_sw(ohci, next, size, format, arg...) \
77 if (next != NULL) { \
79 s_len = scnprintf (*next, *size, format, ## arg ); \
80 *size -= s_len; *next += s_len; \
90 char **next,
93 ohci_dbg_sw (ohci, next, size, "%s 0x%08x%s%s%s%s%s%s%s%s%s\n",
112 char **next,
116 ohci_dbg_sw (ohci, next, size, "%s %08x\n", label, value);
132 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size)
138 ohci_dbg_sw (controller, next, size,
144 ohci_dbg_sw (controller, next, size,
159 ohci_dbg_sw (controller, next, size,
170 next, size);
173 next, size);
178 next, size);
182 next, size);
185 next, size);
189 next, size);
192 next, size);
195 ohci_readl (controller, &regs->donehead), next, size);
198 #define dbg_port_sw(hc,num,value,next,size) \
199 ohci_dbg_sw (hc, next, size, \
224 char **next,
234 ohci_dbg_sw (controller, next, size,
245 ohci_dbg_sw (controller, next, size,
252 ohci_dbg_sw (controller, next, size,
266 dbg_port_sw (controller, i, temp, next, size);
290 ohci_dbg (ohci, "%s td %p%s; urb %p index %d; hw next td %08x\n",
348 ohci_dbg (ohci, "%s, ed %p state 0x%x type %s; next ed %08x\n",
532 char *next;
540 next = buf->page;
543 temp = scnprintf (next, size, "size = %d\n", NUM_INTS);
545 next += temp;
553 temp = scnprintf (next, size, "%2d [%3d]:", i, ohci->load [i]);
555 next += temp;
558 temp = scnprintf (next, size, " ed%d/%p",
561 next += temp;
577 temp = scnprintf (next, size,
593 next += temp;
608 temp = scnprintf (next, size, "\n");
610 next += temp;
626 char *next;
632 next = buf->page;
639 ohci_dbg_sw (ohci, &next, &size,
649 size -= scnprintf (next, size,
654 ohci_dump_status(ohci, &next, &size);
658 ohci_dbg_sw (ohci, &next, &size,
663 temp = scnprintf (next, size,
668 next += temp;
671 temp = scnprintf (next, size, "fmremaining 0x%08x %sFR=0x%04x\n",
675 next += temp;
678 temp = scnprintf (next, size, "periodicstart 0x%04x\n",
681 next += temp;
684 temp = scnprintf (next, size, "lsthresh 0x%04x\n",
687 next += temp;
689 temp = scnprintf (next, size, "hub poll timer %s\n",
692 next += temp;
695 ohci_dump_roothub (ohci, 1, &next, &size);