Lines Matching defs:label
104 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
115 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
126 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
142 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
154 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
188 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
205 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
219 static int dbg_command_buf(char *buf, unsigned len, const char *label, in dbg_command_buf()
236 static char *dbg_port_buf(char *buf, unsigned len, const char *label, int port, in dbg_port_buf()
273 #define dbg_status(fotg210, label, status) { \ argument
279 #define dbg_cmd(fotg210, label, command) { \ argument
285 #define dbg_port(fotg210, label, port, status) { \ argument
658 static const char label[] = ""; in fill_registers_buffer() local