Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-dbg.c31 ehci_dbg (ehci, in dbg_hcs_params()
55 ehci_dbg (ehci, "%s portroute %s\n", in dbg_hcs_params()
76 ehci_dbg (ehci, in dbg_hcc_params()
83 ehci_dbg (ehci, in dbg_hcc_params()
109 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd, in dbg_qtd()
115 ehci_dbg(ehci, " p1=%08x p2=%08x p3=%08x p4=%08x\n", in dbg_qtd()
127 ehci_dbg (ehci, "%s qh %p n%08x info %x %x qtd %x\n", label, in dbg_qh()
135 ehci_dbg (ehci, "%s [%d] itd %p, next %08x, urb %p\n", in dbg_itd()
138 ehci_dbg (ehci, in dbg_itd()
148 ehci_dbg (ehci, in dbg_itd()
[all …]
Dehci-hub.c125 ehci_dbg(ehci, "failed handover port %d: %x\n", in ehci_handover_companion_ports()
232 ehci_dbg(ehci, "suspend root hub\n"); in ehci_bus_suspend()
252 ehci_dbg(ehci, "suspend failed because a port is resuming\n"); in ehci_bus_suspend()
328 ehci_dbg(ehci, "Port %d phy low-power mode %s\n", in ehci_bus_suspend()
402 ehci_dbg(ehci, "resume root hub%s\n", in ehci_bus_resume()
430 ehci_dbg(ehci, "Port status(0x%x) is wrong\n", temp); in ehci_bus_resume()
574 ehci_dbg (ehci, in check_reset_complete()
580 ehci_dbg (ehci, "port %d full speed --> companion\n", in check_reset_complete()
592 ehci_dbg(ehci, "port %d reset complete, port enabled\n", in check_reset_complete()
1086 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()
243 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.c497 ehci_dbg (ehci, in tt_no_collision()
872 ehci_dbg(ehci, "reused qh %p schedule\n", qh); in qh_schedule()
1179 ehci_dbg (ehci, "dev %s ep%d%s, not iso??\n", in iso_stream_find()
1555 ehci_dbg(ehci, "iso sched full %p", urb); in iso_stream_schedule()
1609 ehci_dbg(ehci, "request %p would overflow (%u-%u < %u mod %u)\n", in iso_stream_schedule()
1638 ehci_dbg(ehci, "iso underrun %p (%u+%u < %u) [%u]\n", in iso_stream_schedule()
1665 ehci_dbg(ehci, "request %p would overflow (%u+%u >= %u)\n", in iso_stream_schedule()
1949 ehci_dbg (ehci, "can't get iso stream\n"); in itd_submit()
1953 ehci_dbg (ehci, "can't change iso interval %d --> %d\n", in itd_submit()
1959 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()
362 ehci_dbg(ehci, "IAA watchdog: status %x cmd %x\n", status, cmd); in ehci_iaa_watchdog()
Dehci-q.c246 ehci_dbg(ehci, "devpath %s ep%d%s 3strikes\n", in qtd_copy_status()
277 ehci_dbg (ehci, in ehci_urb_done()
363 ehci_dbg(ehci, in qh_completions()
384 ehci_dbg(ehci, in qh_completions()
798 ehci_dbg(ehci, "bogus qh maxpacket %d\n", max_packet(maxp)); in qh_make()
938 ehci_dbg(ehci, "bogus dev %p speed %d\n", urb->dev, in qh_make()
1125 ehci_dbg(ehci, in submit_async()
Dehci-hcd.c427 ehci_dbg (ehci, "stop\n"); in ehci_stop()
541 ehci_dbg(ehci, "enable per-port change event\n"); in ehci_init()
557 ehci_dbg(ehci, "park %d\n", park); in ehci_init()
721 ehci_dbg (ehci, "device removed\n"); in ehci_irq()
769 ehci_dbg(ehci, "IAA with IAAD still set?\n"); in ehci_irq()
816 ehci_dbg (ehci, "port %d remote wakeup\n", i + 1); in ehci_irq()
Dehci-pci.c84 ehci_dbg(ehci, "MWI active\n"); in ehci_pci_reinit()
293 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.h853 #define ehci_dbg(ehci, fmt, args...) \ macro