Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A 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()
111 ehci_dbg(ehci, in dbg_itd()
121 ehci_dbg(ehci, in dbg_itd()
130 ehci_dbg(ehci, " index: %d %d %d %d %d %d %d %d\n", in dbg_itd()
142 ehci_dbg(ehci, in dbg_sitd()
266 ehci_dbg(ehci, "%s\n", buf); in dbg_status()
275 ehci_dbg(ehci, "%s\n", buf); in dbg_cmd()
[all …]
H A 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()
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()
974 ehci_dbg(ehci, "port %d --> companion\n", wIndex + 1); in ehci_hub_control()
1074 ehci_dbg(ehci, "Port%d phy low pwr mode %s\n", in ehci_hub_control()
[all …]
H A 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()
H A 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()
H A 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()
H A Dehci-sched.c472 ehci_dbg(ehci, in tt_no_collision()
848 ehci_dbg(ehci, "reused qh %p schedule\n", qh); in qh_schedule()
1151 ehci_dbg(ehci, "dev %s ep%d%s, not iso??\n", in iso_stream_find()
1531 ehci_dbg(ehci, "iso sched full %p", urb); in iso_stream_schedule()
1614 ehci_dbg(ehci, "iso underrun %p (%u+%u < %u) [%u]\n", in iso_stream_schedule()
1924 ehci_dbg(ehci, "can't get iso stream\n"); in itd_submit()
1934 ehci_dbg(ehci, in itd_submit()
1947 ehci_dbg(ehci, "can't init itds\n"); in itd_submit()
2303 ehci_dbg(ehci, "can't get iso stream\n"); in sitd_submit()
2313 ehci_dbg(ehci, in sitd_submit()
[all …]
H A 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()
787 ehci_dbg(ehci, "IAA with IAAD still set?\n"); in ehci_irq()
834 ehci_dbg (ehci, "port %d remote wakeup\n", i + 1); in ehci_irq()
H A Dehci-pci.c74 ehci_dbg(ehci, "MWI active\n"); in ehci_pci_reinit()
291 ehci_dbg(ehci, "bogus port configuration: " in ehci_pci_setup()
H A 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()
H A Dehci-ppc-of.c167 ehci_dbg(ehci, "Break Memory Transfer (BMT) is %senabled!\n", in ehci_hcd_ppc_of_probe()
H A Dehci-brcm.c86 ehci_dbg(ehci, "SOF alignment workaround\n"); in ehci_brcm_hub_control()
H A Dehci-platform.c195 ehci_dbg(ehci, "%s: detected getting stuck. rebind now!\n", __func__); in quirk_poll_work()
H A Dehci.h872 #define ehci_dbg(ehci, fmt, args...) \ macro