• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching defs:label

44 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label)
50 label, params,
72 label, buf);
77 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {}
87 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label)
94 label, params,
101 label,
116 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {}
123 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd)
125 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd,
139 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
143 ehci_dbg (ehci, "%s qh %p n%08x info %x %x qtd %x\n", label,
149 dbg_itd (const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd)
152 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next),
180 dbg_sitd (const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd)
183 label, sitd->frame, sitd, hc32_to_cpu(ehci, sitd->hw_next),
195 dbg_status_buf (char *buf, unsigned len, const char *label, u32 status)
199 label, label [0] ? " " : "", status,
215 dbg_intr_buf (char *buf, unsigned len, const char *label, u32 enable)
219 label, label [0] ? " " : "", enable,
234 dbg_command_buf (char *buf, unsigned len, const char *label, u32 command)
239 label, label [0] ? " " : "", command,
259 dbg_port_buf (char *buf, unsigned len, const char *label, int port, u32 status)
274 label, label [0] ? " " : "", port, status,
301 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
305 dbg_status_buf (char *buf, unsigned len, const char *label, u32 status)
309 dbg_command_buf (char *buf, unsigned len, const char *label, u32 command)
313 dbg_intr_buf (char *buf, unsigned len, const char *label, u32 enable)
317 dbg_port_buf (char *buf, unsigned len, const char *label, int port, u32 status)
323 #define dbg_status(ehci, label, status) { \
325 dbg_status_buf (_buf, sizeof _buf, label, status); \
329 #define dbg_cmd(ehci, label, command) { \
331 dbg_command_buf (_buf, sizeof _buf, label, command); \
335 #define dbg_port(ehci, label, port, status) { \
337 dbg_port_buf (_buf, sizeof _buf, label, port, status); \
705 static char label [] = "";
788 temp = dbg_status_buf (scratch, sizeof scratch, label,
794 temp = dbg_command_buf (scratch, sizeof scratch, label,
800 temp = dbg_intr_buf (scratch, sizeof scratch, label,
812 temp = dbg_port_buf (scratch, sizeof scratch, label, i,