Lines Matching defs:label
94 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
105 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
116 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
132 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
144 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
178 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
195 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
209 static int dbg_command_buf(char *buf, unsigned len, const char *label, in dbg_command_buf()
226 static char *dbg_port_buf(char *buf, unsigned len, const char *label, int port, in dbg_port_buf()
263 #define dbg_status(fotg210, label, status) { \ argument
269 #define dbg_cmd(fotg210, label, command) { \ argument
275 #define dbg_port(fotg210, label, port, status) { \ argument
645 static const char label[] = ""; in fill_registers_buffer() local