Searched refs:tb_sw_dbg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A 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() 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 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() 435 tb_sw_dbg(sw, "TMU: current mode: %s\n", tmu_mode_name(sw->tmu.mode)); in tb_switch_tmu_init() 473 tb_sw_dbg(root_switch, "TMU: local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time() 533 tb_sw_dbg(sw, "TMU: updated local time to %#llx\n", local_time); in tb_switch_tmu_post_time() 622 tb_sw_dbg(sw, "TMU: disabled\n"); in tb_switch_tmu_disable() 1014 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tmu_mode_name(sw->tmu.mode)); in tb_switch_tmu_enable() 1066 tb_sw_dbg(sw, "TMU: mode change %s -> %s requested\n", in tb_switch_tmu_configure()
|
| H A D | switch.c | 376 tb_sw_dbg(sw, "NVM version %x.%x\n", nvm->major, nvm->minor); in tb_switch_nvm_add() 389 tb_sw_dbg(sw, "NVM upgrade disabled\n"); in tb_switch_nvm_add() 1691 tb_sw_dbg(sw, "resetting\n"); in tb_switch_reset() 2844 tb_sw_dbg(sw, "linked ports %d <-> %d\n", in tb_switch_default_link_ports() 2903 tb_sw_dbg(sw, "current link speed %u.0 Gb/s\n", sw->link_speed); in tb_switch_link_init() 2904 tb_sw_dbg(sw, "current link width %s\n", tb_width_name(sw->link_width)); in tb_switch_link_init() 2935 tb_sw_dbg(sw, "preferred link width %s\n", in tb_switch_link_init() 3172 tb_sw_dbg(sw, "failed to change link width: %d\n", ret); in tb_switch_set_link_width() 3181 tb_sw_dbg(sw, "link width set to %s\n", tb_width_name(width)); in tb_switch_set_link_width() 3321 tb_sw_dbg(sw, "uid: %#llx\n", sw->uid); in tb_switch_add() [all …]
|
| H A D | usb4.c | 175 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n", in usb4_switch_check_wakes() 260 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT"); in usb4_switch_setup() 265 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n", in usb4_switch_setup() 780 tb_sw_dbg(sw, "credit allocation parameters:\n"); in usb4_switch_credits_init() 790 tb_sw_dbg(sw, " USB3: %u\n", value); in usb4_switch_credits_init() 794 tb_sw_dbg(sw, " DP AUX: %u\n", value); in usb4_switch_credits_init() 798 tb_sw_dbg(sw, " DP main: %u\n", value); in usb4_switch_credits_init() 802 tb_sw_dbg(sw, " PCIe: %u\n", value); in usb4_switch_credits_init() 806 tb_sw_dbg(sw, " DMA: %u\n", value); in usb4_switch_credits_init() 810 tb_sw_dbg(sw, " unknown credit allocation index %#x, skipping\n", in usb4_switch_credits_init()
|
| H A D | eeprom.c | 568 tb_sw_dbg(sw, "reading DROM (length: %#x)\n", *size); in tb_drom_bit_bang() 640 tb_sw_dbg(sw, "DROM version: %d\n", header->device_rom_revision); in tb_drom_parse()
|
| H A D | tb.c | 1114 tb_sw_dbg(up->sw, "configuring asymmetric link\n"); in tb_configure_asym() 1206 tb_sw_dbg(up->sw, "keeping preferred asymmetric link\n"); in tb_configure_sym() 1216 tb_sw_dbg(up->sw, "configuring symmetric link\n"); in tb_configure_sym() 1396 tb_sw_dbg(sw, "discovery, not touching CL states\n"); in tb_scan_port() 2497 tb_sw_dbg(sw, "xHCI disconnect request\n"); in tb_handle_hotplug() 2506 tb_sw_dbg(sw, "xHCI connect request\n"); in tb_handle_hotplug()
|
| H A D | tb.h | 742 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro
|