Searched refs:dbg_command_buf (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ | 
| D | ehci-dbg.c | 188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)  in dbg_command_buf()  function274 	dbg_command_buf(buf, sizeof(buf), label, command);  in dbg_cmd()
 853 	temp = dbg_command_buf(scratch, sizeof(scratch), label,  in fill_registers_buffer()
 1059 static inline int __maybe_unused dbg_command_buf(const char *buf,  in dbg_command_buf()  function
 
 | 
| D | oxu210hp-hcd.c | 552 static int dbg_command_buf(char *buf, unsigned len,  in dbg_command_buf()  function617 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)  in dbg_command_buf()  function
 639 	dbg_command_buf(_buf, sizeof _buf, label, command); \
 
 | 
| D | fotg210-hcd.c | 208 static int dbg_command_buf(char *buf, unsigned len, const char *label,  in dbg_command_buf()  function270 	dbg_command_buf(_buf, sizeof(_buf), label, command);	\
 699 	temp = dbg_command_buf(scratch, sizeof(scratch), label,  in fill_registers_buffer()
 
 |