Lines Matching refs:label

15 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label)
21 label, params,
42 ehci_dbg(ehci, "%s portroute %s\n", label, buf);
51 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label)
58 label, params,
65 label,
80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd)
82 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd,
96 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
100 ehci_dbg(ehci, "%s qh %p n%08x info %x %x qtd %x\n", label,
106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd)
109 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next),
137 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd)
140 label, sitd->frame, sitd, hc32_to_cpu(ehci, sitd->hw_next),
152 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status)
156 label, label[0] ? " " : "", status,
171 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable)
175 label, label[0] ? " " : "", enable,
188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)
193 label, label[0] ? " " : "", command,
212 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status)
235 label, label[0] ? " " : "", port, status,
261 dbg_status(struct ehci_hcd *ehci, const char *label, u32 status)
265 dbg_status_buf(buf, sizeof(buf), label, status);
270 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command)
274 dbg_command_buf(buf, sizeof(buf), label, command);
279 dbg_port(struct ehci_hcd *ehci, const char *label, int port, u32 status)
283 dbg_port_buf(buf, sizeof(buf), label, port, status);
763 static char label[] = "";
847 temp = dbg_status_buf(scratch, sizeof(scratch), label,
853 temp = dbg_command_buf(scratch, sizeof(scratch), label,
859 temp = dbg_intr_buf(scratch, sizeof(scratch), label,
871 temp = dbg_port_buf(scratch, sizeof(scratch), label, i,
1049 static inline void dbg_hcs_params(struct ehci_hcd *ehci, char *label) { }
1050 static inline void dbg_hcc_params(struct ehci_hcd *ehci, char *label) { }
1052 static inline void __maybe_unused dbg_qh(const char *label,
1056 unsigned int len, const char *label, u32 status)
1060 unsigned int len, const char *label, u32 command)
1064 unsigned int len, const char *label, u32 enable)
1068 unsigned int len, const char *label, int port, u32 status)
1071 static inline void dbg_status(struct ehci_hcd *ehci, const char *label,
1073 static inline void dbg_cmd(struct ehci_hcd *ehci, const char *label,
1075 static inline void dbg_port(struct ehci_hcd *ehci, const char *label,