Searched refs:dbg_cmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hcd.c | 253 dbg_cmd (ehci, "reset", command); in ehci_reset() 612 dbg_cmd (ehci, "init", ehci->command); in ehci_run() 811 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() 2742 dbg_cmd(oxu, "init", oxu->command); in oxu_run()
|
D | fusbh200-hcd.c | 285 #define dbg_cmd(fusbh200, label, command) { \ macro 953 dbg_cmd (fusbh200, "reset", command); in fusbh200_reset() 5195 dbg_cmd (fusbh200, "init", fusbh200->command); in fusbh200_run() 5371 dbg_cmd(fusbh200, "fatal", cmd); in fusbh200_irq()
|
D | fotg210-hcd.c | 294 #define dbg_cmd(fotg210, label, command) { \ macro 983 dbg_cmd(fotg210, "reset", command); in fotg210_reset() 5275 dbg_cmd(fotg210, "init", fotg210->command); in fotg210_run() 5462 dbg_cmd(fotg210, "fatal", cmd); in fotg210_irq()
|
D | ehci-dbg.c | 313 #define dbg_cmd(ehci, label, command) { \ macro
|