Searched refs:tb_port_dbg (Results 1 – 10 of 10) sorted by relevance
/drivers/thunderbolt/ |
D | tb.c | 85 tb_port_dbg(port, "DP IN resource available\n"); in tb_add_dp_resources() 102 tb_port_dbg(port, "DP OUT resource unavailable\n"); in tb_remove_dp_resources() 118 tb_port_dbg(port, "DP %s resource available discovered\n", in tb_discover_dp_resource() 352 tb_port_dbg(dst_port, "calculating available bandwidth\n"); in tb_available_bandwidth() 389 tb_port_dbg(port, "link total bandwidth %d Mb/s\n", up_bw); in tb_available_bandwidth() 527 tb_port_dbg(up, "available bandwidth for new USB3 tunnel %d/%d Mb/s\n", in tb_tunnel_usb3() 616 tb_port_dbg(port, "DP adapter HPD set, queuing hotplug\n"); in tb_scan_port() 632 tb_port_dbg(port, "port already has a remote\n"); in tb_scan_port() 865 tb_port_dbg(port, "in use\n"); in tb_find_dp_out() 869 tb_port_dbg(port, "DP OUT available\n"); in tb_find_dp_out() [all …]
|
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() 553 tb_port_dbg(path->hops[i].in_port, "Writing hop %d\n", i); in tb_path_activate()
|
D | lc.c | 451 tb_port_dbg(in, "sink %d allocated\n", sink); in tb_lc_dp_sink_alloc() 494 tb_port_dbg(in, "sink %d de-allocated\n", sink); in tb_lc_dp_sink_dealloc()
|
D | tunnel.c | 542 tb_port_dbg(in, "maximum supported bandwidth %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps() 552 tb_port_dbg(out, "maximum supported bandwidth %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps() 572 tb_port_dbg(out, "bandwidth reduced to %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps() 945 tb_port_dbg(port, "reserving %u credits for DMA path\n", in tb_dma_reserve_credits() 1026 tb_port_dbg(port, "released %u DMA path credits\n", in tb_dma_release_credits() 1482 tb_port_dbg(up, "required bandwidth for USB3 tunnel %d Mb/s\n", in tb_tunnel_alloc_usb3()
|
D | switch.c | 568 tb_port_dbg(port, "is disabled (state: 0)\n"); in tb_wait_for_port() 574 tb_port_dbg(port, in tb_wait_for_port() 579 tb_port_dbg(port, "is unplugged (state: 7)\n"); in tb_wait_for_port() 583 tb_port_dbg(port, "is connected, link is up (state: 2)\n"); in tb_wait_for_port() 591 tb_port_dbg(port, in tb_wait_for_port() 628 tb_port_dbg(port, "adding %d NFC credits to %lu", credits, in tb_port_add_nfc_credits() 648 tb_port_dbg(port, "clearing counter %d\n", counter); in tb_port_clear_counter() 1125 tb_port_dbg(port, "total credits changed %u -> %u\n", in tb_port_do_update_credits() 2768 tb_port_dbg(&sw->ports[i], "disabled by eeprom\n"); in tb_switch_add()
|
D | usb4_port.c | 125 tb_port_dbg(port, "%s offline mode\n", val ? "enter" : "exit"); in offline_store()
|
D | acpi.c | 235 tb_port_dbg(port, "ACPI: calling _DSM to power %s retimers\n", in tb_acpi_retimer_set_power()
|
D | retimer.c | 215 tb_port_dbg(port, "reading NVM authentication status of retimers\n"); in tb_retimer_nvm_authenticate_status()
|
D | usb4.c | 207 tb_port_dbg(port, "USB4 wake: %s\n", in usb4_switch_check_wakes() 1969 tb_port_dbg(port, "scaled bandwidth %u/%u, scale %u\n", ubw, dbw, scale); in usb4_usb3_port_write_allocated_bandwidth()
|
D | tb.h | 664 #define tb_port_dbg(port, fmt, arg...) \ macro
|