Searched refs:dbg_port_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/usb/host/ |
D | ehci-dbg.c | 212 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf() function 283 dbg_port_buf(buf, sizeof(buf), label, port, status); in dbg_port() 871 temp = dbg_port_buf(scratch, sizeof(scratch), label, i, in fill_registers_buffer() 1067 static inline int __maybe_unused dbg_port_buf(char *buf, in dbg_port_buf() function
|
D | oxu210hp-hcd.c | 572 static int dbg_port_buf(char *buf, unsigned len, const char *label, in dbg_port_buf() function 626 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf() function 646 dbg_port_buf(_buf, sizeof _buf, label, port, status); \
|
/linux-6.6.21/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 225 static char *dbg_port_buf(char *buf, unsigned len, const char *label, int port, in dbg_port_buf() function 277 dbg_port_buf(_buf, sizeof(_buf), label, port, status));\
|