Searched refs:dbg_cmd (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hcd.c | 253 dbg_cmd (ehci, "reset", command); in ehci_reset() 613 dbg_cmd (ehci, "init", ehci->command); in ehci_run() 812 dbg_cmd(ehci, "fatal", cmd); in ehci_irq()
|
D | oxu210hp-hcd.c | 211 #define dbg_cmd(oxu, label, command) { \ macro 376 dbg_cmd(oxu, "reset", command); in ehci_reset() 2518 dbg_cmd(oxu, "fatal", readl(&oxu->regs->command)); in oxu210_hcd_irq() 2737 dbg_cmd(oxu, "init", oxu->command); in oxu_run()
|
D | fotg210-hcd.c | 279 #define dbg_cmd(fotg210, label, command) { \ macro 966 dbg_cmd(fotg210, "reset", command); in fotg210_reset() 5080 dbg_cmd(fotg210, "init", fotg210->command); in fotg210_run() 5265 dbg_cmd(fotg210, "fatal", cmd); in fotg210_irq()
|
D | ehci-dbg.c | 313 #define dbg_cmd(ehci, label, command) { \ macro
|