Home
last modified time | relevance | path

Searched refs:tb_sw_dbg (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/thunderbolt/
H A Dquirks.c13 tb_sw_dbg(sw, "forcing power to link controller\n"); in quirk_force_power_link()
20 tb_sw_dbg(sw, "quirked DP main: %u\n", sw->min_dp_main_credits); in quirk_dp_credit_allocation()
27 tb_sw_dbg(sw, "disabling CL states\n"); in quirk_clx_disable()
49 tb_sw_dbg(sw, "preventing runtime PM in DP redrive mode\n"); in quirk_block_rpm_in_redrive()
134 tb_sw_dbg(sw, "running %ps\n", q->hook); in tb_check_quirks()
H A Dtmu.c364 tb_sw_dbg(sw, "TMU: supports uni-directional mode\n"); in tmu_mode_init()
367 tb_sw_dbg(sw, "TMU: supports enhanced uni-directional mode\n"); in tmu_mode_init()
433 tb_sw_dbg(sw, "TMU: current mode: %s\n", tmu_mode_name(sw->tmu.mode)); in tb_switch_tmu_init()
469 tb_sw_dbg(root_switch, "TMU: local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time()
529 tb_sw_dbg(sw, "TMU: updated local time to %#llx\n", local_time); in tb_switch_tmu_post_time()
616 tb_sw_dbg(sw, "TMU: disabled\n"); in tb_switch_tmu_disable()
1006 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tmu_mode_name(sw->tmu.mode)); in tb_switch_tmu_enable()
1056 tb_sw_dbg(sw, "TMU: mode change %s -> %s requested\n", in tb_switch_tmu_configure()
H A Dclx.c231 tb_sw_dbg(sw, "CLx: current mode: %s\n", clx_name(clx)); in tb_switch_clx_init()
382 tb_sw_dbg(sw, "CLx: %s enabled\n", clx_name(clx)); in tb_switch_clx_enable()
424 tb_sw_dbg(sw, "CLx: %s disabled\n", clx_name(clx)); in tb_switch_clx_disable()
H A Dswitch.c375 tb_sw_dbg(sw, "NVM version %x.%x\n", nvm->major, nvm->minor); in tb_switch_nvm_add()
388 tb_sw_dbg(sw, "NVM upgrade disabled\n"); in tb_switch_nvm_add()
1651 tb_sw_dbg(sw, "resetting\n"); in tb_switch_reset()
2801 tb_sw_dbg(sw, "linked ports %d <-> %d\n", in tb_switch_default_link_ports()
2892 tb_sw_dbg(sw, "preferred link width %s\n", in tb_switch_link_init()
3125 tb_sw_dbg(sw, "failed to change link width: %d\n", ret); in tb_switch_set_link_width()
3274 tb_sw_dbg(sw, "uid: %#llx\n", sw->uid); in tb_switch_add()
3443 tb_sw_dbg(sw, "enabling wakeup: %#x\n", flags); in tb_switch_set_wake()
3445 tb_sw_dbg(sw, "disabling wakeup\n"); in tb_switch_set_wake()
3476 tb_sw_dbg(sw, "resuming switch\n"); in tb_switch_resume()
[all …]
H A Dusb4.c174 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n", in usb4_switch_check_wakes()
257 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT"); in usb4_switch_setup()
262 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n", in usb4_switch_setup()
756 tb_sw_dbg(sw, "credit allocation parameters:\n"); in usb4_switch_credits_init()
766 tb_sw_dbg(sw, " USB3: %u\n", value); in usb4_switch_credits_init()
770 tb_sw_dbg(sw, " DP AUX: %u\n", value); in usb4_switch_credits_init()
774 tb_sw_dbg(sw, " DP main: %u\n", value); in usb4_switch_credits_init()
778 tb_sw_dbg(sw, " PCIe: %u\n", value); in usb4_switch_credits_init()
782 tb_sw_dbg(sw, " DMA: %u\n", value); in usb4_switch_credits_init()
786 tb_sw_dbg(sw, " unknown credit allocation index %#x, skipping\n", in usb4_switch_credits_init()
H A Dcap.c170 tb_sw_dbg(sw, "unknown capability %#x at %#x\n", in tb_switch_next_cap()
H A Deeprom.c566 tb_sw_dbg(sw, "reading DROM (length: %#x)\n", *size); in tb_drom_bit_bang()
638 tb_sw_dbg(sw, "DROM version: %d\n", header->device_rom_revision); in tb_drom_parse()
H A Dtb.c1099 tb_sw_dbg(up->sw, "configuring asymmetric link\n"); in tb_configure_asym()
1189 tb_sw_dbg(up->sw, "keeping preferred asymmetric link\n"); in tb_configure_sym()
1199 tb_sw_dbg(up->sw, "configuring symmetric link\n"); in tb_configure_sym()
1379 tb_sw_dbg(sw, "discovery, not touching CL states\n"); in tb_scan_port()
2478 tb_sw_dbg(sw, "xHCI disconnect request\n"); in tb_handle_hotplug()
2487 tb_sw_dbg(sw, "xHCI connect request\n"); in tb_handle_hotplug()
H A Dnvm.c304 tb_sw_dbg(sw, "router NVM format of vendor %#x unknown\n", in tb_nvm_alloc()
H A Dtb.h741 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro