Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dehci-dbg.c19 ehci_dbg(ehci, in dbg_hcs_params()
42 ehci_dbg(ehci, "%s portroute %s\n", label, buf); in dbg_hcs_params()
56 ehci_dbg(ehci, in dbg_hcc_params()
63 ehci_dbg(ehci, in dbg_hcc_params()
82 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd, in dbg_qtd()
88 ehci_dbg(ehci, " p1=%08x p2=%08x p3=%08x p4=%08x\n", in dbg_qtd()
100 ehci_dbg(ehci, "%s qh %p n%08x info %x %x qtd %x\n", label, in dbg_qh()
108 ehci_dbg(ehci, "%s [%d] itd %p, next %08x, urb %p\n", in dbg_itd()
111 ehci_dbg(ehci, in dbg_itd()
121 ehci_dbg(ehci, in dbg_itd()
[all …]
Dehci-hub.c114 ehci_dbg(ehci, "failed handover port %d: %x\n", in ehci_handover_companion_ports()
221 ehci_dbg(ehci, "suspend root hub\n"); in ehci_bus_suspend()
241 ehci_dbg(ehci, "suspend failed because a port is resuming\n"); in ehci_bus_suspend()
325 ehci_dbg(ehci, "Port %d phy low-power mode %s\n", in ehci_bus_suspend()
404 ehci_dbg(ehci, "resume root hub%s\n", in ehci_bus_resume()
432 ehci_dbg(ehci, "Port status(0x%x) is wrong\n", temp); in ehci_bus_resume()
584 ehci_dbg (ehci, in check_reset_complete()
590 ehci_dbg (ehci, "port %d full speed --> companion\n", in check_reset_complete()
602 ehci_dbg(ehci, "port %d reset complete, port enabled\n", in check_reset_complete()
966 ehci_dbg(ehci, "port %d --> companion\n", wIndex + 1); in ehci_hub_control()
[all …]
Dehci-mem.c58 ehci_dbg (ehci, "unused qh not empty!\n"); in qh_destroy()
87 ehci_dbg (ehci, "no dummy td\n"); in ehci_qh_alloc()
221 ehci_dbg (ehci, "couldn't init memory\n"); in ehci_mem_init()
Dehci-xilinx-of.c171 ehci_dbg(ehci, "USB host controller supports FS devices\n"); in ehci_hcd_xilinx_of_probe()
174 ehci_dbg(ehci, in ehci_hcd_xilinx_of_probe()
Dehci-timer.c113 ehci_dbg(ehci, "Waited too long for the async schedule status (%x/%x), giving up\n", in ehci_poll_ASS()
159 ehci_dbg(ehci, "Waited too long for the periodic schedule status (%x/%x), giving up\n", in ehci_poll_PSS()
354 ehci_dbg(ehci, "IAA watchdog: status %x cmd %x\n", status, cmd); in ehci_iaa_watchdog()
Dehci-sched.c472 ehci_dbg(ehci, in tt_no_collision()
847 ehci_dbg(ehci, "reused qh %p schedule\n", qh); in qh_schedule()
1150 ehci_dbg(ehci, "dev %s ep%d%s, not iso??\n", in iso_stream_find()
1530 ehci_dbg(ehci, "iso sched full %p", urb); in iso_stream_schedule()
1584 ehci_dbg(ehci, "request %p would overflow (%u-%u < %u mod %u)\n", in iso_stream_schedule()
1613 ehci_dbg(ehci, "iso underrun %p (%u+%u < %u) [%u]\n", in iso_stream_schedule()
1640 ehci_dbg(ehci, "request %p would overflow (%u+%u >= %u)\n", in iso_stream_schedule()
1923 ehci_dbg(ehci, "can't get iso stream\n"); in itd_submit()
1927 ehci_dbg(ehci, "can't change iso interval %d --> %d\n", in itd_submit()
1933 ehci_dbg(ehci, in itd_submit()
[all …]
Dehci-pci.c74 ehci_dbg(ehci, "MWI active\n"); in ehci_pci_reinit()
291 ehci_dbg(ehci, "bogus port configuration: " in ehci_pci_setup()
Dehci-hcd.c424 ehci_dbg (ehci, "stop\n"); in ehci_stop()
538 ehci_dbg(ehci, "enable per-port change event\n"); in ehci_init()
554 ehci_dbg(ehci, "park %d\n", park); in ehci_init()
728 ehci_dbg (ehci, "device removed\n"); in ehci_irq()
783 ehci_dbg(ehci, "IAA with IAAD still set?\n"); in ehci_irq()
830 ehci_dbg (ehci, "port %d remote wakeup\n", i + 1); in ehci_irq()
Dehci-q.c238 ehci_dbg(ehci, "devpath %s ep%d%s 3strikes\n", in qtd_copy_status()
269 ehci_dbg (ehci, in ehci_urb_done()
355 ehci_dbg(ehci, in qh_completions()
376 ehci_dbg(ehci, in qh_completions()
794 ehci_dbg(ehci, "bogus qh maxpacket %d\n", maxp); in qh_make()
933 ehci_dbg(ehci, "bogus dev %p speed %d\n", urb->dev, in qh_make()
1120 ehci_dbg(ehci, in submit_async()
Dehci-ppc-of.c167 ehci_dbg(ehci, "Break Memory Transfer (BMT) is %senabled!\n", in ehci_hcd_ppc_of_probe()
Dehci-brcm.c86 ehci_dbg(ehci, "SOF alignment workaround\n"); in ehci_brcm_hub_control()
Dehci-platform.c197 ehci_dbg(ehci, "%s: detected getting stuck. rebind now!\n", __func__); in quirk_poll_work()
Dehci.h862 #define ehci_dbg(ehci, fmt, args...) \ macro