Searched refs:dbg_command_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/usb/host/ ! |
D | ehci-dbg.c | 188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 274 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 | 553 static int dbg_command_buf(char *buf, unsigned len, in dbg_command_buf() function 618 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 640 dbg_command_buf(_buf, sizeof _buf, label, command); \
|
/linux-6.6.21/drivers/usb/fotg210/ ! |
D | fotg210-hcd.c | 208 static int dbg_command_buf(char *buf, unsigned len, const char *label, in dbg_command_buf() function 270 dbg_command_buf(_buf, sizeof(_buf), label, command); \ 696 temp = dbg_command_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
|