Lines Matching refs:space
44 int len, int space) in uhci_show_td() argument
51 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, in uhci_show_td()
101 char *buf, int len, int space) in uhci_show_urbp() argument
142 out += sprintf(out, "%*s%d: ", space + 2, "", i); in uhci_show_urbp()
157 space, "", ninactive, nactive); in uhci_show_urbp()
166 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh() argument
182 space, "", qh, qtype, in uhci_show_qh()
188 space, "", qh->period, qh->phase, qh->load, in uhci_show_qh()
192 space, "", qh->period, qh->phase, qh->load); in uhci_show_qh()
197 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, ""); in uhci_show_qh()
200 out += sprintf(out, "%*s Depth traverse\n", space, ""); in uhci_show_qh()
203 out += sprintf(out, "%*s Bit 3 set (bug?)\n", space, ""); in uhci_show_qh()
206 out += sprintf(out, "%*s Element is NULL (bug?)\n", space, ""); in uhci_show_qh()
212 out += sprintf(out, "%*s queue is empty\n", space, ""); in uhci_show_qh()
227 space, ""); in uhci_show_qh()
232 len - (out - buf), space + 2); in uhci_show_qh()
241 space, "", nurbs); in uhci_show_qh()
248 out += sprintf(out, "%*s Dummy TD\n", space, ""); in uhci_show_qh()
626 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh() argument