Home
last modified time | relevance | path

Searched refs:ehci_dbg (Results 1 – 11 of 11) sorted by relevance

/drivers/usb/host/
Dehci-dbg.c29 ehci_dbg(ehci, in dbg_hcs_params()
52 ehci_dbg(ehci, "%s portroute %s\n", label, buf); in dbg_hcs_params()
66 ehci_dbg(ehci, in dbg_hcc_params()
73 ehci_dbg(ehci, in dbg_hcc_params()
92 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd, in dbg_qtd()
98 ehci_dbg(ehci, " p1=%08x p2=%08x p3=%08x p4=%08x\n", in dbg_qtd()
110 ehci_dbg(ehci, "%s qh %p n%08x info %x %x qtd %x\n", label, in dbg_qh()
118 ehci_dbg(ehci, "%s [%d] itd %p, next %08x, urb %p\n", in dbg_itd()
121 ehci_dbg(ehci, in dbg_itd()
131 ehci_dbg(ehci, in dbg_itd()
[all …]
Dehci-hub.c128 ehci_dbg(ehci, "failed handover port %d: %x\n", in ehci_handover_companion_ports()
235 ehci_dbg(ehci, "suspend root hub\n"); in ehci_bus_suspend()
255 ehci_dbg(ehci, "suspend failed because a port is resuming\n"); in ehci_bus_suspend()
339 ehci_dbg(ehci, "Port %d phy low-power mode %s\n", in ehci_bus_suspend()
415 ehci_dbg(ehci, "resume root hub%s\n", in ehci_bus_resume()
443 ehci_dbg(ehci, "Port status(0x%x) is wrong\n", temp); in ehci_bus_resume()
587 ehci_dbg (ehci, in check_reset_complete()
593 ehci_dbg (ehci, "port %d full speed --> companion\n", in check_reset_complete()
605 ehci_dbg(ehci, "port %d reset complete, port enabled\n", in check_reset_complete()
1107 ehci_dbg(ehci, "port %d --> companion\n", wIndex + 1); in ehci_hub_control()
[all …]
Dehci-mem.c71 ehci_dbg (ehci, "unused qh not empty!\n"); in qh_destroy()
101 ehci_dbg (ehci, "no dummy td\n"); in ehci_qh_alloc()
235 ehci_dbg (ehci, "couldn't init memory\n"); in ehci_mem_init()
Dehci-xilinx-of.c183 ehci_dbg(ehci, "USB host controller supports FS devices\n"); in ehci_hcd_xilinx_of_probe()
186 ehci_dbg(ehci, in ehci_hcd_xilinx_of_probe()
Dehci-sched.c498 ehci_dbg(ehci, in tt_no_collision()
873 ehci_dbg(ehci, "reused qh %p schedule\n", qh); in qh_schedule()
1176 ehci_dbg(ehci, "dev %s ep%d%s, not iso??\n", in iso_stream_find()
1552 ehci_dbg(ehci, "iso sched full %p", urb); in iso_stream_schedule()
1606 ehci_dbg(ehci, "request %p would overflow (%u-%u < %u mod %u)\n", in iso_stream_schedule()
1635 ehci_dbg(ehci, "iso underrun %p (%u+%u < %u) [%u]\n", in iso_stream_schedule()
1662 ehci_dbg(ehci, "request %p would overflow (%u+%u >= %u)\n", in iso_stream_schedule()
1947 ehci_dbg(ehci, "can't get iso stream\n"); in itd_submit()
1951 ehci_dbg(ehci, "can't change iso interval %d --> %d\n", in itd_submit()
1957 ehci_dbg(ehci, in itd_submit()
[all …]
Dehci-timer.c122 ehci_dbg(ehci, "Waited too long for the async schedule status (%x/%x), giving up\n", in ehci_poll_ASS()
168 ehci_dbg(ehci, "Waited too long for the periodic schedule status (%x/%x), giving up\n", in ehci_poll_PSS()
363 ehci_dbg(ehci, "IAA watchdog: status %x cmd %x\n", status, cmd); in ehci_iaa_watchdog()
Dehci-hcd.c435 ehci_dbg (ehci, "stop\n"); in ehci_stop()
549 ehci_dbg(ehci, "enable per-port change event\n"); in ehci_init()
565 ehci_dbg(ehci, "park %d\n", park); in ehci_init()
722 ehci_dbg (ehci, "device removed\n"); in ehci_irq()
770 ehci_dbg(ehci, "IAA with IAAD still set?\n"); in ehci_irq()
817 ehci_dbg (ehci, "port %d remote wakeup\n", i + 1); in ehci_irq()
Dehci-q.c250 ehci_dbg(ehci, "devpath %s ep%d%s 3strikes\n", in qtd_copy_status()
281 ehci_dbg (ehci, in ehci_urb_done()
367 ehci_dbg(ehci, in qh_completions()
388 ehci_dbg(ehci, in qh_completions()
806 ehci_dbg(ehci, "bogus qh maxpacket %d\n", maxp); in qh_make()
945 ehci_dbg(ehci, "bogus dev %p speed %d\n", urb->dev, in qh_make()
1132 ehci_dbg(ehci, in submit_async()
Dehci-pci.c84 ehci_dbg(ehci, "MWI active\n"); in ehci_pci_reinit()
285 ehci_dbg(ehci, "bogus port configuration: " in ehci_pci_setup()
Dehci-ppc-of.c165 ehci_dbg(ehci, "Break Memory Transfer (BMT) is %senabled!\n", in ehci_hcd_ppc_of_probe()
Dehci.h872 #define ehci_dbg(ehci, fmt, args...) \ macro