Searched refs:tb_sw_dbg (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/thunderbolt/ |
D | quirks.c | 13 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() 117 tb_sw_dbg(sw, "running %ps\n", q->hook); in tb_check_quirks()
|
D | tmu.c | 364 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()
|
D | clx.c | 209 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() 421 tb_sw_dbg(sw, "CLx: %s disabled\n", clx_name(clx)); in tb_switch_clx_disable()
|
D | usb4.c | 173 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n", in usb4_switch_check_wakes() 258 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT"); in usb4_switch_setup() 263 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n", in usb4_switch_setup() 757 tb_sw_dbg(sw, "credit allocation parameters:\n"); in usb4_switch_credits_init() 767 tb_sw_dbg(sw, " USB3: %u\n", value); in usb4_switch_credits_init() 771 tb_sw_dbg(sw, " DP AUX: %u\n", value); in usb4_switch_credits_init() 775 tb_sw_dbg(sw, " DP main: %u\n", value); in usb4_switch_credits_init() 779 tb_sw_dbg(sw, " PCIe: %u\n", value); in usb4_switch_credits_init() 783 tb_sw_dbg(sw, " DMA: %u\n", value); in usb4_switch_credits_init() 787 tb_sw_dbg(sw, " unknown credit allocation index %#x, skipping\n", in usb4_switch_credits_init()
|
D | switch.c | 387 tb_sw_dbg(sw, "NVM upgrade disabled\n"); in tb_switch_nvm_add() 1501 tb_sw_dbg(sw, "resetting switch\n"); in tb_switch_reset() 2650 tb_sw_dbg(sw, "linked ports %d <-> %d\n", in tb_switch_default_link_ports() 2762 tb_sw_dbg(sw, "lane bonding enabled\n"); in tb_switch_lane_bonding_enable() 2802 tb_sw_dbg(sw, "lane bonding disabled\n"); in tb_switch_lane_bonding_disable() 2934 tb_sw_dbg(sw, "uid: %#llx\n", sw->uid); in tb_switch_add() 3100 tb_sw_dbg(sw, "enabling wakeup: %#x\n", flags); in tb_switch_set_wake() 3102 tb_sw_dbg(sw, "disabling wakeup\n"); in tb_switch_set_wake() 3114 tb_sw_dbg(sw, "resuming switch\n"); in tb_switch_resume() 3213 tb_sw_dbg(sw, "suspending switch\n"); in tb_switch_suspend() [all …]
|
D | cap.c | 170 tb_sw_dbg(sw, "unknown capability %#x at %#x\n", in tb_switch_next_cap()
|
D | eeprom.c | 549 tb_sw_dbg(sw, "reading DROM (length: %#x)\n", *size); in tb_drom_bit_bang() 626 tb_sw_dbg(sw, "DROM version: %d\n", header->device_rom_revision); in tb_drom_parse()
|
D | nvm.c | 304 tb_sw_dbg(sw, "router NVM format of vendor %#x unknown\n", in tb_nvm_alloc()
|
D | tb.c | 985 tb_sw_dbg(sw, "discovery, not touching CL states\n"); in tb_scan_port() 1732 tb_sw_dbg(sw, "xHCI disconnect request\n"); in tb_handle_hotplug() 1741 tb_sw_dbg(sw, "xHCI connect request\n"); in tb_handle_hotplug()
|
D | tb.h | 703 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro
|