Home
last modified time | relevance | path

Searched refs:xhci_dbg (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c352 xhci_dbg(xhci, "Adding %d trbs requires expanding ring by %d segments\n", in xhci_ring_expansion_needed()
368 xhci_dbg(xhci, "// Ding dong!\n"); in xhci_ring_cmd_db()
407 xhci_dbg(xhci, "Turn aborted command %p to no-op\n", in xhci_handle_stopped_cmd_ring()
437 xhci_dbg(xhci, "Abort command ring\n"); in xhci_abort_cmd_ring()
482 xhci_dbg(xhci, "No stop event for abort, ring start fail?\n"); in xhci_abort_cmd_ring()
852 xhci_dbg(xhci, "Giveback URB %p, len = %d, expected = %d, status = %d\n", in xhci_td_cleanup()
878 xhci_dbg(ep->xhci, "%s: Giveback cancelled URB %p TD\n", in xhci_giveback_invalidated_tds()
882 xhci_dbg(ep->xhci, "%s: Keep cancelled URB %p TD as cancel_status is %d\n", in xhci_giveback_invalidated_tds()
902 xhci_dbg(xhci, "%s-reset ep %u, slot %u\n", in xhci_reset_halted_ep()
939 xhci_dbg(xhci, "Reset ep command for ep_index %d already pending\n", in xhci_handle_halted_endpoint()
[all …]
Dxhci-hub.c558 xhci_dbg(xhci, "Ignoring request to disable SuperSpeed port.\n"); in xhci_disable_port()
563 xhci_dbg(xhci, in xhci_disable_port()
575 xhci_dbg(xhci, "disable port %d-%d, portsc: 0x%x\n", in xhci_disable_port()
626 xhci_dbg(xhci, "clear port%d %s change, portsc: 0x%x\n", in xhci_clear_port_change_bit()
654 xhci_dbg(xhci, "set port power %d-%d %s, portsc: 0x%x\n", in xhci_set_port_power()
700 xhci_dbg(xhci, "Disable all slots\n"); in xhci_enter_test_mode()
714 xhci_dbg(xhci, "Disable all port (PP = 0)\n"); in xhci_enter_test_mode()
722 xhci_dbg(xhci, "Stop controller\n"); in xhci_enter_test_mode()
730 xhci_dbg(xhci, "Enter Test Mode: %d, Port_id=%d\n", in xhci_enter_test_mode()
803 xhci_dbg(xhci, "Set port %d-%d link state, portsc: 0x%x, write 0x%x", in xhci_set_link_state()
[all …]
Dxhci.c677 xhci_dbg(xhci, "%s: stopping usb%d port polling.\n", in xhci_shutdown()
842 xhci_dbg(xhci, "config port %d-%d wake bits, portsc: 0x%x, write: 0x%x\n", in xhci_disable_hub_port_wake()
915 xhci_dbg(xhci, "%s: stopping usb%d port polling.\n", in xhci_suspend()
1093 xhci_dbg(xhci, "Stop HCD\n"); in xhci_resume()
1101 xhci_dbg(xhci, "// Disabling event ring interrupts\n"); in xhci_resume()
1106 xhci_dbg(xhci, "cleaning up memory\n"); in xhci_resume()
1109 xhci_dbg(xhci, "xhci_stop completed - status = %x\n", in xhci_resume()
1116 xhci_dbg(xhci, "Initialize the xhci_hcd\n"); in xhci_resume()
1122 xhci_dbg(xhci, "Start the primary HCD\n"); in xhci_resume()
1125 xhci_dbg(xhci, "Start the secondary HCD\n"); in xhci_resume()
[all …]
Dxhci-dbg.c31 xhci_dbg(xhci, "%pV\n", &vaf); in xhci_dbg_trace()
Dxhci-mem.c600 xhci_dbg(xhci, "Allocating %u streams and %u stream context array entries.\n", in xhci_alloc_stream_info()
603 xhci_dbg(xhci, "Command ring has no reserved TRBs available\n"); in xhci_alloc_stream_info()
658 xhci_dbg(xhci, "Setting stream %d ring ptr to 0x%08llx\n", cur_stream, addr); in xhci_alloc_stream_info()
783 xhci_dbg(xhci, "Bad rhub port.\n"); in xhci_free_tt_info()
882 xhci_dbg(xhci, "Slot %u endpoint %u not removed from BW list!\n", in xhci_free_virt_device()
922 xhci_dbg(xhci, "Bad rhub port.\n"); in xhci_free_virt_devices_depth_first()
968 xhci_dbg(xhci, "Slot %d output ctx = 0x%pad (dma)\n", slot_id, &dev->out_ctx->dma); in xhci_alloc_virt_device()
975 xhci_dbg(xhci, "Slot %d input ctx = 0x%pad (dma)\n", slot_id, &dev->in_ctx->dma); in xhci_alloc_virt_device()
995 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n", in xhci_alloc_virt_device()
1121 xhci_dbg(xhci, "Slot ID %d: HW portnum %d, hcd portnum %d\n", in xhci_setup_addressable_virt_dev()
[all …]
Dxhci-mtk-sch.c937 xhci_dbg(xhci, "%s %s\n", __func__, decode_ep(ep, udev->speed)); in add_ep_quirk()
962 xhci_dbg(xhci, "%s %s\n", __func__, decode_ep(ep, udev->speed)); in drop_ep_quirk()
981 xhci_dbg(xhci, "%s() udev %s\n", __func__, dev_name(&udev->dev)); in xhci_mtk_check_bandwidth()
1002 xhci_dbg(xhci, " PKTS:%x, CSCOUNT:%x, BM:%x, OFFSET:%x, REPEAT:%x\n", in xhci_mtk_check_bandwidth()
1020 xhci_dbg(xhci, "%s() udev %s\n", __func__, dev_name(&udev->dev)); in xhci_mtk_reset_bandwidth()
Dxhci-pci.c239 xhci_dbg(xhci, "MWI active\n"); in xhci_pci_reinit()
241 xhci_dbg(xhci, "Finished xhci_pci_reinit\n"); in xhci_pci_reinit()
568 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int)sbrn); in xhci_pci_setup()
885 xhci_dbg(xhci, "port %d-%d in U3 without wakeup, disable it\n", in xhci_pci_poweroff_late()
Dxhci-mtk.c747 xhci_dbg(xhci, "%s: stop port polling\n", __func__); in xhci_mtk_suspend()
764 xhci_dbg(xhci, "%s: restart port polling\n", __func__); in xhci_mtk_suspend()
791 xhci_dbg(xhci, "%s: restart port polling\n", __func__); in xhci_mtk_resume()
Dxhci.h1719 #define xhci_dbg(xhci, fmt, args...) \ macro