Lines Matching defs:label
111 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
126 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
139 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
155 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
165 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
196 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
215 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
232 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf()
251 *dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf()
288 #define dbg_status(fotg210, label, status) { \ argument
294 #define dbg_cmd(fotg210, label, command) { \ argument
300 #define dbg_port(fotg210, label, port, status) { \ argument
672 static const char label[] = ""; in fill_registers_buffer() local