Lines Matching defs:label
93 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
104 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
115 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
131 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
143 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
177 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
194 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
208 static int dbg_command_buf(char *buf, unsigned len, const char *label, in dbg_command_buf()
225 static char *dbg_port_buf(char *buf, unsigned len, const char *label, int port, in dbg_port_buf()
262 #define dbg_status(fotg210, label, status) { \ argument
268 #define dbg_cmd(fotg210, label, command) { \ argument
274 #define dbg_port(fotg210, label, port, status) { \ argument
644 static const char label[] = ""; in fill_registers_buffer() local