Lines Matching defs:label

97 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label)  in dbg_hcs_params()
132 static __inline__ void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params()
138 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params()
163 static __inline__ void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params()
178 static void dbg_qtd (char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
193 static void dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
219 static int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
255 static int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
308 static int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
345 dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
412 static inline void dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
415 static inline int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
418 static inline int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
421 static inline int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
424 static inline int dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
429 #define dbg_status(ehci, label, status) { \ argument
435 #define dbg_cmd(ehci, label, command) { \ argument
441 #define dbg_port(ehci, label, port, status) { \ argument
942 static char label [] = ""; in show_registers() local