Searched refs:tb_sw_dbg (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tmu.c | 263 tb_sw_dbg(sw, "TMU: supports uni-directional mode\n"); in tb_switch_tmu_init() 275 tb_sw_dbg(sw, "TMU: current mode: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_init() 311 tb_sw_dbg(root_switch, "local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time() 371 tb_sw_dbg(sw, "TMU: updated local time to %#llx\n", local_time); in tb_switch_tmu_post_time() 439 tb_sw_dbg(sw, "TMU: disabled\n"); in tb_switch_tmu_disable() 726 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_enable() 754 tb_sw_dbg(sw, "fail switching TMU mode for 1st depth router\n"); in tb_switch_tmu_config_enable()
|
A D | quirks.c | 19 tb_sw_dbg(sw, "quirked DP main: %u\n", sw->min_dp_main_credits); in quirk_dp_credit_allocation()
|
A D | usb4.c | 171 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n", in usb4_switch_check_wakes() 254 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT"); in usb4_switch_setup() 259 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n", in usb4_switch_setup() 727 tb_sw_dbg(sw, "credit allocation parameters:\n"); in usb4_switch_credits_init() 737 tb_sw_dbg(sw, " USB3: %u\n", value); in usb4_switch_credits_init() 741 tb_sw_dbg(sw, " DP AUX: %u\n", value); in usb4_switch_credits_init() 745 tb_sw_dbg(sw, " DP main: %u\n", value); in usb4_switch_credits_init() 749 tb_sw_dbg(sw, " PCIe: %u\n", value); in usb4_switch_credits_init() 753 tb_sw_dbg(sw, " DMA: %u\n", value); in usb4_switch_credits_init() 757 tb_sw_dbg(sw, " unknown credit allocation index %#x, skipping\n", in usb4_switch_credits_init()
|
A D | switch.c | 391 tb_sw_dbg(sw, "NVM upgrade disabled\n"); in tb_switch_nvm_add() 1607 tb_sw_dbg(sw, "resetting switch\n"); in tb_switch_reset() 2697 tb_sw_dbg(sw, "linked ports %d <-> %d\n", in tb_switch_default_link_ports() 2798 tb_sw_dbg(sw, "lane bonding enabled\n"); in tb_switch_lane_bonding_enable() 2837 tb_sw_dbg(sw, "lane bonding disabled\n"); in tb_switch_lane_bonding_disable() 2969 tb_sw_dbg(sw, "uid: %#llx\n", sw->uid); in tb_switch_add() 3131 tb_sw_dbg(sw, "enabling wakeup: %#x\n", flags); in tb_switch_set_wake() 3133 tb_sw_dbg(sw, "disabling wakeup\n"); in tb_switch_set_wake() 3145 tb_sw_dbg(sw, "resuming switch\n"); in tb_switch_resume() 3244 tb_sw_dbg(sw, "suspending switch\n"); in tb_switch_suspend() [all …]
|
A D | cap.c | 170 tb_sw_dbg(sw, "unknown capability %#x at %#x\n", in tb_switch_next_cap()
|
A D | eeprom.c | 648 tb_sw_dbg(sw, "reading drom (length: %#x)\n", size); in tb_drom_read() 674 tb_sw_dbg(sw, "DROM version: %d\n", header->device_rom_revision); in tb_drom_read()
|
A D | nvm.c | 300 tb_sw_dbg(sw, "router NVM format of vendor %#x unknown\n", in tb_nvm_alloc()
|
A D | tb.c | 1571 tb_sw_dbg(sw, "xHCI disconnect request\n"); in tb_handle_hotplug() 1580 tb_sw_dbg(sw, "xHCI connect request\n"); in tb_handle_hotplug()
|
A D | tb.h | 703 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro
|
Completed in 28 milliseconds