Searched refs:dbg_command_buf (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-dbg.c | 218 dbg_command_buf (char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 293 dbg_command_buf (char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 315 dbg_command_buf (_buf, sizeof _buf, label, command); \ 876 temp = dbg_command_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
|
D | oxu210hp-hcd.c | 126 static int dbg_command_buf(char *buf, unsigned len, in dbg_command_buf() function 191 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 213 dbg_command_buf(_buf, sizeof _buf, label, command); \
|
D | fusbh200-hcd.c | 232 dbg_command_buf (char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 287 dbg_command_buf (_buf, sizeof _buf, label, command); \ 697 temp = dbg_command_buf (scratch, sizeof scratch, label, in fill_registers_buffer()
|
D | fotg210-hcd.c | 232 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() function 296 dbg_command_buf(_buf, sizeof(_buf), label, command); \ 724 temp = dbg_command_buf(scratch, sizeof(scratch), label, in fill_registers_buffer()
|