Lines Matching refs:sprintf
50 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, in uhci_show_td()
52 out += sprintf(out, "e%d %s%s%s%s%s%s%s%s%s%sLength=%x ", in uhci_show_td()
84 out += sprintf(out, "MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ", in uhci_show_td()
91 out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer)); in uhci_show_td()
95 out += sprintf(out, " ...\n"); in uhci_show_td()
108 out += sprintf(out, "urb_priv [%p] ", urbp); in uhci_show_urbp()
109 out += sprintf(out, "urb [%p] ", urbp->urb); in uhci_show_urbp()
110 out += sprintf(out, "qh [%p] ", urbp->qh); in uhci_show_urbp()
111 out += sprintf(out, "Dev=%d ", usb_pipedevice(urbp->urb->pipe)); in uhci_show_urbp()
112 out += sprintf(out, "EP=%x(%s) ", usb_pipeendpoint(urbp->urb->pipe), in uhci_show_urbp()
125 out += sprintf(out, "%s%s", ptype, (urbp->fsbr ? " FSBR" : "")); in uhci_show_urbp()
126 out += sprintf(out, " Actlen=%d%s", urbp->urb->actual_length, in uhci_show_urbp()
131 out += sprintf(out, " Unlinked=%d", urbp->urb->unlinked); in uhci_show_urbp()
132 out += sprintf(out, "\n"); in uhci_show_urbp()
141 out += sprintf(out, "%*s%d: ", space + 2, "", i); in uhci_show_urbp()
154 out += sprintf(out, in uhci_show_urbp()
159 out += sprintf(out, " ...\n"); in uhci_show_urbp()
180 out += sprintf(out, "%*s[%p] %s QH link (%08x) element (%08x)\n", in uhci_show_qh()
185 out += sprintf(out, in uhci_show_qh()
190 out += sprintf(out, "%*s period %d phase %d load %d us\n", in uhci_show_qh()
196 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, ""); in uhci_show_qh()
199 out += sprintf(out, "%*s Depth traverse\n", space, ""); in uhci_show_qh()
202 out += sprintf(out, "%*s Bit 3 set (bug?)\n", space, ""); in uhci_show_qh()
205 out += sprintf(out, "%*s Element is NULL (bug?)\n", space, ""); in uhci_show_qh()
211 out += sprintf(out, "%*s queue is empty\n", space, ""); in uhci_show_qh()
225 out += sprintf(out, "%*s Element != First TD\n", in uhci_show_qh()
239 out += sprintf(out, "%*s Skipped %d URBs\n", in uhci_show_qh()
247 out += sprintf(out, "%*s Dummy TD\n", space, ""); in uhci_show_qh()
256 out += sprintf(out, " ...\n"); in uhci_show_qh()
263 return sprintf(buf, " stat%d = %04x %s%s%s%s%s%s%s%s%s%s\n", in uhci_show_sc()
300 return sprintf(buf, "Root-hub state: %s FSBR: %d\n", in uhci_show_root_hub_state()
322 out += sprintf(out, " usbcmd = %04x %s%s%s%s%s%s%s%s\n", in uhci_show_status()
335 out += sprintf(out, " usbstat = %04x %s%s%s%s%s%s\n", in uhci_show_status()
346 out += sprintf(out, " usbint = %04x\n", usbint); in uhci_show_status()
347 out += sprintf(out, " usbfrnum = (%d)%03x\n", (usbfrnum >> 10) & 1, in uhci_show_status()
349 out += sprintf(out, " flbaseadd = %08x\n", flbaseadd); in uhci_show_status()
350 out += sprintf(out, " sof = %02x\n", sof); in uhci_show_status()
362 out += sprintf(out, in uhci_show_status()
369 out += sprintf(out, " ...\n"); in uhci_show_status()
392 out += sprintf(out, "HC status\n"); in uhci_sprint_schedule()
397 out += sprintf(out, "Periodic load table\n"); in uhci_sprint_schedule()
399 out += sprintf(out, "\t%d", uhci->load[i]); in uhci_sprint_schedule()
403 out += sprintf(out, "Total: %d, #INT: %d, #ISO: %d\n", in uhci_sprint_schedule()
410 out += sprintf(out, "Frame List\n"); in uhci_sprint_schedule()
425 out += sprintf(out, "- Frame %d -> (%08x)\n", in uhci_sprint_schedule()
437 out += sprintf(out, in uhci_sprint_schedule()
458 out += sprintf(out, in uhci_sprint_schedule()
463 out += sprintf(out, in uhci_sprint_schedule()
474 out += sprintf(out, "Skipped %d bad links\n", nerrs); in uhci_sprint_schedule()
476 out += sprintf(out, "Skeleton QHs\n"); in uhci_sprint_schedule()
486 out += sprintf(out, "- skel_%s_qh\n", qh_names[i]); in uhci_sprint_schedule()
494 out += sprintf(out, in uhci_sprint_schedule()
521 out += sprintf(out, " Skipped %d QHs\n", cnt); in uhci_sprint_schedule()
534 out += sprintf(out, in uhci_sprint_schedule()
543 out += sprintf(out, " ...\n"); in uhci_sprint_schedule()