Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c485 xhci_dbg(xhci, "Ignoring request to disable " in xhci_disable_port()
491 xhci_dbg(xhci, in xhci_disable_port()
499 xhci_dbg(xhci, "disable port %d-%d, portsc: 0x%x\n", in xhci_disable_port()
550 xhci_dbg(xhci, "clear port%d %s change, portsc: 0x%x\n", in xhci_clear_port_change_bit()
580 xhci_dbg(xhci, "set port power %d-%d %s, portsc: 0x%x\n", in xhci_set_port_power()
626 xhci_dbg(xhci, "Disable all slots\n"); in xhci_enter_test_mode()
639 xhci_dbg(xhci, "Disable all port (PP = 0)\n"); in xhci_enter_test_mode()
647 xhci_dbg(xhci, "Stop controller\n"); in xhci_enter_test_mode()
655 xhci_dbg(xhci, "Enter Test Mode: %d, Port_id=%d\n", in xhci_enter_test_mode()
692 xhci_dbg(xhci, "Set port %d-%d link state, portsc: 0x%x, write 0x%x", in xhci_set_link_state()
[all …]
Dxhci-ring.c282 xhci_dbg(xhci, "// Ding dong!\n"); in xhci_ring_cmd_db()
320 xhci_dbg(xhci, "Turn aborted command %p to no-op\n", in xhci_handle_stopped_cmd_ring()
348 xhci_dbg(xhci, "Abort command ring\n"); in xhci_abort_cmd_ring()
381 xhci_dbg(xhci, "No stop event for abort, ring start fail?\n"); in xhci_abort_cmd_ring()
984 xhci_dbg(xhci, "Stop EP timer raced with cmd completion, exit"); in xhci_stop_endpoint_command_watchdog()
1049 xhci_dbg(xhci, "Unable to find new dequeue pointer\n"); in update_ring_for_set_deq_completion()
1305 xhci_dbg(xhci, "Completed reset device command.\n"); in xhci_handle_cmd_reset_dev()
1376 xhci_dbg(xhci, "Command timeout\n"); in xhci_handle_command_timeout()
1383 xhci_dbg(xhci, "host removed, ring start fail?\n"); in xhci_handle_command_timeout()
1390 xhci_dbg(xhci, "Command timeout on stopped ring\n"); in xhci_handle_command_timeout()
[all …]
Dxhci.c905 xhci_dbg(xhci, "disable wake bits port %d-%d, portsc: 0x%x, write: 0x%x\n", in xhci_disable_port_wake_on_bits()
921 xhci_dbg(xhci, "disable wake bits port %d-%d, portsc: 0x%x, write: 0x%x\n", in xhci_disable_port_wake_on_bits()
995 xhci_dbg(xhci, "%s: stopping port polling.\n", __func__); in xhci_suspend()
1160 xhci_dbg(xhci, "Stop HCD\n"); in xhci_resume()
1169 xhci_dbg(xhci, "// Disabling event ring interrupts\n"); in xhci_resume()
1175 xhci_dbg(xhci, "cleaning up memory\n"); in xhci_resume()
1178 xhci_dbg(xhci, "xhci_stop completed - status = %x\n", in xhci_resume()
1190 xhci_dbg(xhci, "Initialize the xhci_hcd\n"); in xhci_resume()
1196 xhci_dbg(xhci, "Start the primary HCD\n"); in xhci_resume()
1199 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.c633 xhci_dbg(xhci, "Allocating %u streams and %u " in xhci_alloc_stream_info()
637 xhci_dbg(xhci, "Command ring has no reserved TRBs available\n"); in xhci_alloc_stream_info()
694 xhci_dbg(xhci, "Setting stream %d ring ptr to 0x%08llx\n", in xhci_alloc_stream_info()
824 xhci_dbg(xhci, "Bad real port.\n"); in xhci_free_tt_info()
958 xhci_dbg(xhci, "Bad vdev->real_port.\n"); in xhci_free_virt_devices_depth_first()
1002 xhci_dbg(xhci, "Slot %d output ctx = 0x%llx (dma)\n", slot_id, in xhci_alloc_virt_device()
1010 xhci_dbg(xhci, "Slot %d input ctx = 0x%llx (dma)\n", slot_id, in xhci_alloc_virt_device()
1029 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n", in xhci_alloc_virt_device()
1145 xhci_dbg(xhci, "FIXME xHCI doesn't support wireless speeds\n"); in xhci_setup_addressable_virt_dev()
1163 xhci_dbg(xhci, "Set root hub portnum to %d\n", port_num); in xhci_setup_addressable_virt_dev()
[all …]
Dxhci-pci.c89 xhci_dbg(xhci, "MWI active\n"); in xhci_pci_reinit()
91 xhci_dbg(xhci, "Finished xhci_pci_reinit\n"); in xhci_pci_reinit()
339 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
Dxhci-mtk-sch.c618 xhci_dbg(xhci, "%s() type:%d, speed:%d, mpkt:%d, dir:%d, ep:%p\n", in xhci_mtk_add_ep_quirk()
661 xhci_dbg(xhci, " PKTS:%x, CSCOUNT:%x, BM:%x, OFFSET:%x, REPEAT:%x\n", in xhci_mtk_add_ep_quirk()
686 xhci_dbg(xhci, "%s() type:%d, speed:%d, mpks:%d, dir:%d, ep:%p\n", in xhci_mtk_drop_ep_quirk()
Dxhci-mtk.c620 xhci_dbg(xhci, "%s: stop port polling\n", __func__); in xhci_mtk_suspend()
642 xhci_dbg(xhci, "%s: restart port polling\n", __func__); in xhci_mtk_resume()
Dxhci.h1940 #define xhci_dbg(xhci, fmt, args...) \ macro