Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtmu.c186 tb_sw_dbg(sw, "TMU: supports uni-directional mode\n"); in tb_switch_tmu_init()
198 tb_sw_dbg(sw, "TMU: current mode: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_init()
233 tb_sw_dbg(root_switch, "local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time()
285 tb_sw_dbg(sw, "TMU: updated local time to %#llx\n", local_time); in tb_switch_tmu_post_time()
328 tb_sw_dbg(sw, "TMU: disabled\n"); in tb_switch_tmu_disable()
380 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_enable()
Dswitch.c1286 tb_sw_dbg(sw, "resetting switch\n"); in tb_switch_reset()
2228 tb_sw_dbg(sw, "linked ports %d <-> %d\n", in tb_switch_default_link_ports()
2328 tb_sw_dbg(sw, "lane bonding enabled\n"); in tb_switch_lane_bonding_enable()
2357 tb_sw_dbg(sw, "lane bonding disabled\n"); in tb_switch_lane_bonding_disable()
2479 tb_sw_dbg(sw, "uid: %#llx\n", sw->uid); in tb_switch_add()
2625 tb_sw_dbg(sw, "enabling wakeup: %#x\n", flags); in tb_switch_set_wake()
2627 tb_sw_dbg(sw, "disabling wakeup\n"); in tb_switch_set_wake()
2639 tb_sw_dbg(sw, "resuming switch\n"); in tb_switch_resume()
2731 tb_sw_dbg(sw, "suspending switch\n"); in tb_switch_suspend()
Dcap.c170 tb_sw_dbg(sw, "unknown capability %#x at %#x\n", in tb_switch_next_cap()
Dusb4.c213 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n", in usb4_switch_check_wakes()
285 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT3"); in usb4_switch_setup()
290 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n", in usb4_switch_setup()
657 tb_sw_dbg(sw, "NVM authentication successful\n"); in usb4_switch_nvm_authenticate()
Deeprom.c572 tb_sw_dbg(sw, "reading drom (length: %#x)\n", size); in tb_drom_read()
Dtb.h579 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro