Lines Matching refs:sprintf

51 	out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td,
53 out += sprintf(out, "e%d %s%s%s%s%s%s%s%s%s%sLength=%x ",
85 out += sprintf(out, "MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ",
92 out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer));
96 out += sprintf(out, " ...\n");
109 out += sprintf(out, "urb_priv [%p] ", urbp);
110 out += sprintf(out, "urb [%p] ", urbp->urb);
111 out += sprintf(out, "qh [%p] ", urbp->qh);
112 out += sprintf(out, "Dev=%d ", usb_pipedevice(urbp->urb->pipe));
113 out += sprintf(out, "EP=%x(%s) ", usb_pipeendpoint(urbp->urb->pipe),
126 out += sprintf(out, "%s%s", ptype, (urbp->fsbr ? " FSBR" : ""));
127 out += sprintf(out, " Actlen=%d%s", urbp->urb->actual_length,
132 out += sprintf(out, " Unlinked=%d", urbp->urb->unlinked);
133 out += sprintf(out, "\n");
142 out += sprintf(out, "%*s%d: ", space + 2, "", i);
155 out += sprintf(out,
160 out += sprintf(out, " ...\n");
181 out += sprintf(out, "%*s[%p] %s QH link (%08x) element (%08x)\n",
186 out += sprintf(out,
191 out += sprintf(out, "%*s period %d phase %d load %d us\n",
197 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, "");
200 out += sprintf(out, "%*s Depth traverse\n", space, "");
203 out += sprintf(out, "%*s Bit 3 set (bug?)\n", space, "");
206 out += sprintf(out, "%*s Element is NULL (bug?)\n", space, "");
212 out += sprintf(out, "%*s queue is empty\n", space, "");
226 out += sprintf(out, "%*s Element != First TD\n",
240 out += sprintf(out, "%*s Skipped %d URBs\n",
248 out += sprintf(out, "%*s Dummy TD\n", space, "");
257 out += sprintf(out, " ...\n");
264 return sprintf(buf, " stat%d = %04x %s%s%s%s%s%s%s%s%s%s\n",
301 return sprintf(buf, "Root-hub state: %s FSBR: %d\n",
323 out += sprintf(out, " usbcmd = %04x %s%s%s%s%s%s%s%s\n",
336 out += sprintf(out, " usbstat = %04x %s%s%s%s%s%s\n",
347 out += sprintf(out, " usbint = %04x\n", usbint);
348 out += sprintf(out, " usbfrnum = (%d)%03x\n", (usbfrnum >> 10) & 1,
350 out += sprintf(out, " flbaseadd = %08x\n", flbaseadd);
351 out += sprintf(out, " sof = %02x\n", sof);
363 out += sprintf(out,
370 out += sprintf(out, " ...\n");
393 out += sprintf(out, "HC status\n");
398 out += sprintf(out, "Periodic load table\n");
400 out += sprintf(out, "\t%d", uhci->load[i]);
404 out += sprintf(out, "Total: %d, #INT: %d, #ISO: %d\n",
411 out += sprintf(out, "Frame List\n");
426 out += sprintf(out, "- Frame %d -> (%08x)\n",
438 out += sprintf(out,
459 out += sprintf(out,
464 out += sprintf(out,
475 out += sprintf(out, "Skipped %d bad links\n", nerrs);
477 out += sprintf(out, "Skeleton QHs\n");
487 out += sprintf(out, "- skel_%s_qh\n", qh_names[i]);
495 out += sprintf(out,
522 out += sprintf(out, " Skipped %d QHs\n", cnt);
535 out += sprintf(out,
544 out += sprintf(out, " ...\n");