Home
last modified time | relevance | path

Searched refs:xhci_dbg (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c342 xhci_dbg(xhci, "Ring expansion by %d segments needed\n", in xhci_ring_expansion_needed()
344 xhci_dbg(xhci, "Adding %d trbs moves enq %d trbs into deq seg\n", in xhci_ring_expansion_needed()
360 xhci_dbg(xhci, "// Ding dong!\n"); in xhci_ring_cmd_db()
398 xhci_dbg(xhci, "Turn aborted command %p to no-op\n", in xhci_handle_stopped_cmd_ring()
428 xhci_dbg(xhci, "Abort command ring\n"); in xhci_abort_cmd_ring()
472 xhci_dbg(xhci, "No stop event for abort, ring start fail?\n"); in xhci_abort_cmd_ring()
657 xhci_dbg(xhci, "ep ring empty, Set new dequeue = enqueue"); in xhci_move_dequeue_past_td()
867 xhci_dbg(xhci, "Giveback URB %p, len = %d, expected = %d, status = %d\n", in xhci_td_cleanup()
893 xhci_dbg(ep->xhci, "%s: Giveback cancelled URB %p TD\n", in xhci_giveback_invalidated_tds()
897 xhci_dbg(e in xhci_giveback_invalidated_tds()
[all...]
H A Dxhci-hub.c590 xhci_dbg(xhci, "Ignoring request to disable SuperSpeed port.\n"); in xhci_disable_port()
595 xhci_dbg(xhci, in xhci_disable_port()
607 xhci_dbg(xhci, "disable port %d-%d, portsc: 0x%x\n", in xhci_disable_port()
658 xhci_dbg(xhci, "clear port%d %s change, portsc: 0x%x\n", in xhci_clear_port_change_bit()
686 xhci_dbg(xhci, "set port power %d-%d %s, portsc: 0x%x\n",
732 xhci_dbg(xhci, "Disable all slots\n");
746 xhci_dbg(xhci, "Disable all port (PP = 0)\n");
754 xhci_dbg(xhci, "Stop controller\n");
762 xhci_dbg(xhci, "Enter Test Mode: %d, Port_id=%d\n",
799 xhci_dbg(xhc in xhci_set_link_state()
[all...]
H A Dxhci.c639 xhci_dbg(xhci, "%s: stopping usb%d port polling.\n", in xhci_shutdown()
801 xhci_dbg(xhci, "config port %d-%d wake bits, portsc: 0x%x, write: 0x%x\n", in xhci_disable_hub_port_wake()
874 xhci_dbg(xhci, "%s: stopping usb%d port polling.\n", in xhci_suspend()
1052 xhci_dbg(xhci, "Stop HCD\n"); in xhci_resume()
1060 xhci_dbg(xhci, "// Disabling event ring interrupts\n"); in xhci_resume()
1065 xhci_dbg(xhci, "cleaning up memory\n"); in xhci_resume()
1068 xhci_dbg(xhci, "xhci_stop completed - status = %x\n", in xhci_resume()
1075 xhci_dbg(xhci, "Initialize the xhci_hcd\n"); in xhci_resume()
1081 xhci_dbg(xhci, "Start the primary HCD\n"); in xhci_resume()
1084 xhci_dbg(xhc in xhci_resume()
[all...]
H A Dxhci-mtk-sch.c652 xhci_dbg(xhci, "%s %s\n", __func__, decode_ep(ep, udev->speed)); in add_ep_quirk()
677 xhci_dbg(xhci, "%s %s\n", __func__, decode_ep(ep, udev->speed)); in drop_ep_quirk()
696 xhci_dbg(xhci, "%s() udev %s\n", __func__, dev_name(&udev->dev)); in xhci_mtk_check_bandwidth()
717 xhci_dbg(xhci, " PKTS:%x, CSCOUNT:%x, BM:%x, OFFSET:%x, REPEAT:%x\n", in xhci_mtk_check_bandwidth()
735 xhci_dbg(xhci, "%s() udev %s\n", __func__, dev_name(&udev->dev)); in xhci_mtk_reset_bandwidth()
H A Dxhci-dbg.c31 xhci_dbg(xhci, "%pV\n", &vaf); in xhci_dbg_trace()
H A Dxhci-mem.c601 xhci_dbg(xhci, "Allocating %u streams and %u stream context array entries.\n", in xhci_alloc_stream_info()
604 xhci_dbg(xhci, "Command ring has no reserved TRBs available\n"); in xhci_alloc_stream_info()
659 xhci_dbg(xhci, "Setting stream %d ring ptr to 0x%08llx\n", cur_stream, addr); in xhci_alloc_stream_info()
785 xhci_dbg(xhci, "Bad real port.\n"); in xhci_free_tt_info()
884 xhci_dbg(xhci, "Slot %u endpoint %u not removed from BW list!\n", in xhci_free_virt_device()
923 xhci_dbg(xhci, "Bad vdev->real_port.\n"); in xhci_free_virt_devices_depth_first()
969 xhci_dbg(xhci, "Slot %d output ctx = 0x%pad (dma)\n", slot_id, &dev->out_ctx->dma); in xhci_alloc_virt_device()
976 xhci_dbg(xhci, "Slot %d input ctx = 0x%pad (dma)\n", slot_id, &dev->in_ctx->dma); in xhci_alloc_virt_device()
996 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n", in xhci_alloc_virt_device()
1126 xhci_dbg(xhc in xhci_setup_addressable_virt_dev()
[all...]
H A Dxhci-pci.c287 xhci_dbg(xhci, "MWI active\n"); in xhci_pci_reinit()
289 xhci_dbg(xhci, "Finished xhci_pci_reinit\n"); in xhci_pci_reinit()
614 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
922 xhci_dbg(xhci, "port %d-%d in U3 without wakeup, disable it\n", in xhci_pci_poweroff_late()
H A 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()
H A Dxhci.h2005 #define xhci_dbg(xhci, fmt, args...) \ macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
350 xhci_dbg(xhci, "Abort command ring\n"); in xhci_abort_cmd_ring()
394 xhci_dbg(xhci, "No stop event for abort, ring start fail?\n"); in xhci_abort_cmd_ring()
629 xhci_dbg(xhci, "Endpoint DCS = %d TRB index = %d cycle = %d\n", in xhci_find_new_dequeue_state()
809 xhci_dbg(xhci, "Giveback URB %p, len = %d, expected = %d, status = %d\n", in xhci_td_cleanup()
1149 xhci_dbg(xhci, "Stop EP timer raced with cmd completion, exit"); in xhci_stop_endpoint_command_watchdog()
1214 xhci_dbg(xhci, "Unable to find new dequeue pointer\n"); in update_ring_for_set_deq_completion()
1476 xhci_dbg(xhci, "Completed reset device command.\n"); in xhci_handle_cmd_reset_dev()
1547 xhci_dbg(xhc in xhci_handle_command_timeout()
[all...]
H A Dxhci-hub.c486 xhci_dbg(xhci, "Ignoring request to disable " in xhci_disable_port()
492 xhci_dbg(xhci, in xhci_disable_port()
500 xhci_dbg(xhci, "disable port %d-%d, portsc: 0x%x\n", in xhci_disable_port()
551 xhci_dbg(xhci, "clear port%d %s change, portsc: 0x%x\n", in xhci_clear_port_change_bit()
581 xhci_dbg(xhci, "set port power %d-%d %s, portsc: 0x%x\n",
627 xhci_dbg(xhci, "Disable all slots\n");
641 xhci_dbg(xhci, "Disable all port (PP = 0)\n");
649 xhci_dbg(xhci, "Stop controller\n");
657 xhci_dbg(xhci, "Enter Test Mode: %d, Port_id=%d\n",
694 xhci_dbg(xhc in xhci_set_link_state()
[all...]
H A Dxhci.c791 xhci_dbg(xhci, "%s: stopping usb%d port polling.\n", in xhci_shutdown()
947 xhci_dbg(xhci, "config port %d-%d wake bits, portsc: 0x%x, write: 0x%x\n", in xhci_disable_hub_port_wake()
1020 xhci_dbg(xhci, "%s: stopping port polling.\n", __func__); in xhci_suspend()
1194 xhci_dbg(xhci, "Stop HCD\n"); in xhci_resume()
1203 xhci_dbg(xhci, "// Disabling event ring interrupts\n"); in xhci_resume()
1209 xhci_dbg(xhci, "cleaning up memory\n"); in xhci_resume()
1212 xhci_dbg(xhci, "xhci_stop completed - status = %x\n", in xhci_resume()
1224 xhci_dbg(xhci, "Initialize the xhci_hcd\n"); in xhci_resume()
1230 xhci_dbg(xhci, "Start the primary HCD\n"); in xhci_resume()
1233 xhci_dbg(xhc in xhci_resume()
[all...]
H A Dxhci-dbg.c31 xhci_dbg(xhci, "%pV\n", &vaf); in xhci_dbg_trace()
H A 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()
829 xhci_dbg(xhci, "Bad real port.\n"); in xhci_free_tt_info()
928 xhci_dbg(xhci, "Slot %u endpoint %u not removed from BW list!\n", in xhci_free_virt_device()
967 xhci_dbg(xhci, "Bad vdev->real_port.\n"); in xhci_free_virt_devices_depth_first()
1013 xhci_dbg(xhci, "Slot %d output ctx = 0x%llx (dma)\n", slot_id, in xhci_alloc_virt_device()
1021 xhci_dbg(xhci, "Slot %d input ctx = 0x%llx (dma)\n", slot_id, in xhci_alloc_virt_device()
1042 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n", in xhci_alloc_virt_device()
1158 xhci_dbg(xhc in xhci_setup_addressable_virt_dev()
[all...]
H A Dxhci-mtk-sch.c700 xhci_dbg(xhci, "%s() type:%d, speed:%d, mpkt:%d, dir:%d, ep:%p\n", in xhci_mtk_add_ep_quirk()
746 xhci_dbg(xhci, "%s() type:%d, speed:%d, mpks:%d, dir:%d, ep:%p\n", in xhci_mtk_drop_ep_quirk()
775 xhci_dbg(xhci, "%s() udev %s\n", __func__, dev_name(&udev->dev)); in xhci_mtk_check_bandwidth()
806 xhci_dbg(xhci, " PKTS:%x, CSCOUNT:%x, BM:%x, OFFSET:%x, REPEAT:%x\n", in xhci_mtk_check_bandwidth()
823 xhci_dbg(xhci, "%s() udev %s\n", __func__, dev_name(&udev->dev)); in xhci_mtk_reset_bandwidth()
H A Dxhci-pci.c99 xhci_dbg(xhci, "MWI active\n"); in xhci_pci_reinit()
101 xhci_dbg(xhci, "Finished xhci_pci_reinit\n"); in xhci_pci_reinit()
426 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
H A Dxhci-mtk.c634 xhci_dbg(xhci, "%s: stop port polling\n", __func__); in xhci_mtk_suspend()
656 xhci_dbg(xhci, "%s: restart port polling\n", __func__); in xhci_mtk_resume()
H A Dxhci.h1966 #define xhci_dbg(xhci, fmt, args...) \ macro

Completed in 41 milliseconds