Lines Matching refs:space
43 int len, int space) in uhci_show_td() argument
50 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, in uhci_show_td()
100 char *buf, int len, int space) in uhci_show_urbp() argument
141 out += sprintf(out, "%*s%d: ", space + 2, "", i); in uhci_show_urbp()
156 space, "", ninactive, nactive); in uhci_show_urbp()
165 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh() argument
181 space, "", qh, qtype, in uhci_show_qh()
187 space, "", qh->period, qh->phase, qh->load, in uhci_show_qh()
191 space, "", qh->period, qh->phase, qh->load); 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()
226 space, ""); in uhci_show_qh()
231 len - (out - buf), space + 2); in uhci_show_qh()
240 space, "", nurbs); in uhci_show_qh()
247 out += sprintf(out, "%*s Dummy TD\n", space, ""); in uhci_show_qh()
644 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh() argument