Searched refs:tb_port_dbg (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tb.c | 194 tb_port_dbg(port, "DP IN resource available\n"); in tb_add_dp_resources() 768 tb_port_dbg(port, "port already has a remote\n"); in tb_scan_port() 1119 tb_port_dbg(port, "DP OUT in use\n"); in tb_find_dp_out() 1123 tb_port_dbg(port, "DP OUT available\n"); in tb_find_dp_out() 1168 tb_port_dbg(port, "DP IN in use\n"); in tb_tunnel_dp() 1172 tb_port_dbg(port, "DP IN available\n"); in tb_tunnel_dp() 1318 tb_port_dbg(port, "DP %s resource available\n", in tb_dp_resource_available() 1537 tb_port_dbg(port, "switch unplugged\n"); in tb_handle_hotplug() 1554 tb_port_dbg(port, "xdomain unplugged\n"); in tb_handle_hotplug() 1574 tb_port_dbg(port, in tb_handle_hotplug() [all …]
|
A D | tunnel.c | 582 tb_port_dbg(out, "bandwidth reduced to %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps() 600 tb_port_dbg(out, "disabling LTTPR\n"); in tb_dp_xchg_caps() 661 tb_port_dbg(in, "granularity %d Mb/s\n", granularity); in tb_dp_bw_alloc_mode_enable() 681 tb_port_dbg(in, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bw_alloc_mode_enable() 692 tb_port_dbg(in, "bandwidth allocation mode enabled\n"); in tb_dp_bw_alloc_mode_enable() 713 tb_port_dbg(in, "bandwidth allocation mode supported\n"); in tb_dp_init() 730 tb_port_dbg(in, "bandwidth allocation mode disabled\n"); in tb_dp_deinit() 929 tb_port_dbg(in, "consumed bandwidth through DPRX %d Mb/s\n", in tb_dp_read_dprx() 968 tb_port_dbg(in, "bandwidth from %#x capability %d Mb/s\n", cap, in tb_dp_read_cap() 1326 tb_port_dbg(port, "reserving %u credits for DMA path\n", in tb_dma_reserve_credits() [all …]
|
A D | path.c | 20 tb_port_dbg(port, " In HopID: %d => Out port: %d Out HopID: %d\n", in tb_dump_hop() 22 tb_port_dbg(port, " Weight: %d Priority: %d Credits: %d Drop: %d\n", in tb_dump_hop() 25 tb_port_dbg(port, " Counter enabled: %d Counter index: %d\n", in tb_dump_hop() 27 tb_port_dbg(port, " Flow Control (In/Eg): %d/%d Shared Buffer (In/Eg): %d/%d\n", in tb_dump_hop() 30 tb_port_dbg(port, " Unknown1: %#x Unknown2: %#x Unknown3: %#x\n", in tb_dump_hop() 559 tb_port_dbg(path->hops[i].in_port, "Writing hop %d\n", i); in tb_path_activate()
|
A D | lc.c | 313 tb_port_dbg(port, "xHCI connected\n"); in tb_lc_xhci_connect() 327 tb_port_dbg(port, "xHCI disconnected\n"); in tb_lc_xhci_disconnect() 585 tb_port_dbg(in, "sink %d allocated\n", sink); in tb_lc_dp_sink_alloc() 628 tb_port_dbg(in, "sink %d de-allocated\n", sink); in tb_lc_dp_sink_dealloc()
|
A D | switch.c | 518 tb_port_dbg(port, "is disabled (state: 0)\n"); in tb_wait_for_port() 524 tb_port_dbg(port, in tb_wait_for_port() 529 tb_port_dbg(port, "is unplugged (state: 7)\n"); in tb_wait_for_port() 548 tb_port_dbg(port, in tb_wait_for_port() 590 tb_port_dbg(port, "adding %d NFC credits to %lu", credits, in tb_port_add_nfc_credits() 610 tb_port_dbg(port, "clearing counter %d\n", counter); in tb_port_clear_counter() 1158 tb_port_dbg(port, "total credits changed %u -> %u\n", in tb_port_do_update_credits() 2981 tb_port_dbg(&sw->ports[i], "disabled by eeprom\n"); in tb_switch_add() 3553 tb_port_dbg(up, "%s enabled\n", tb_switch_clx_name(clx)); in __tb_switch_enable_clx() 3845 tb_port_dbg(port1, "disconnected xHCI\n"); in tb_switch_xhci_disconnect() [all …]
|
A D | acpi.c | 228 tb_port_dbg(port, "ACPI: calling _DSM to power %s retimers\n", in tb_acpi_retimer_set_power()
|
A D | usb4_port.c | 155 tb_port_dbg(port, "%s offline mode\n", val ? "enter" : "exit"); in offline_store()
|
A D | debugfs.c | 583 tb_port_dbg(port, "running software %s lane margining for lanes %u\n", in margining_run_write() 593 tb_port_dbg(port, "running hardware %s lane margining for lanes %u\n", in margining_run_write()
|
A D | tb.h | 717 #define tb_port_dbg(port, fmt, arg...) \ macro
|
A D | usb4.c | 190 tb_port_dbg(port, "USB4 wake: %s, connection wake: %s, disconnection wake: %s\n", in usb4_switch_check_wakes()
|
Completed in 30 milliseconds