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

/linux-master/drivers/thunderbolt/
H A Dquirks.c13 tb_sw_dbg(sw, "forcing power to link controller\n");
20 tb_sw_dbg(sw, "quirked DP main: %u\n", sw->min_dp_main_credits);
27 tb_sw_dbg(sw, "disabling CL states\n");
49 tb_sw_dbg(sw, "preventing runtime PM in DP redrive mode\n");
134 tb_sw_dbg(sw, "running %ps\n", q->hook);
H A Dclx.c231 tb_sw_dbg(sw, "CLx: current mode: %s\n", clx_name(clx));
382 tb_sw_dbg(sw, "CLx: %s enabled\n", clx_name(clx));
424 tb_sw_dbg(sw, "CLx: %s disabled\n", clx_name(clx));
H A Dtmu.c364 tb_sw_dbg(sw, "TMU: supports uni-directional mode\n");
367 tb_sw_dbg(sw, "TMU: supports enhanced uni-directional mode\n");
433 tb_sw_dbg(sw, "TMU: current mode: %s\n", tmu_mode_name(sw->tmu.mode));
469 tb_sw_dbg(root_switch, "TMU: local_time[%d]=0x%08x\n", i,
529 tb_sw_dbg(sw, "TMU: updated local time to %#llx\n", local_time);
616 tb_sw_dbg(sw, "TMU: disabled\n");
1006 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tmu_mode_name(sw->tmu.mode));
1056 tb_sw_dbg(sw, "TMU: mode change %s -> %s requested\n",
H A Dcap.c170 tb_sw_dbg(sw, "unknown capability %#x at %#x\n",
H A Dswitch.c375 tb_sw_dbg(sw, "NVM version %x.%x\n", nvm->major, nvm->minor);
388 tb_sw_dbg(sw, "NVM upgrade disabled\n");
1651 tb_sw_dbg(sw, "resetting\n");
2801 tb_sw_dbg(sw, "linked ports %d <-> %d\n",
2860 tb_sw_dbg(sw, "current link speed %u.0 Gb/s\n", sw->link_speed);
2861 tb_sw_dbg(sw, "current link width %s\n", tb_width_name(sw->link_width));
2892 tb_sw_dbg(sw, "preferred link width %s\n",
3125 tb_sw_dbg(sw, "failed to change link width: %d\n", ret);
3134 tb_sw_dbg(sw, "link width set to %s\n", tb_width_name(width));
3274 tb_sw_dbg(s
[all...]
H A Dusb4.c176 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n",
259 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT");
264 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n",
758 tb_sw_dbg(sw, "credit allocation parameters:\n");
768 tb_sw_dbg(sw, " USB3: %u\n", value);
772 tb_sw_dbg(sw, " DP AUX: %u\n", value);
776 tb_sw_dbg(sw, " DP main: %u\n", value);
780 tb_sw_dbg(sw, " PCIe: %u\n", value);
784 tb_sw_dbg(sw, " DMA: %u\n", value);
788 tb_sw_dbg(s
[all...]
H A Deeprom.c549 tb_sw_dbg(sw, "reading DROM (length: %#x)\n", *size);
626 tb_sw_dbg(sw, "DROM version: %d\n", header->device_rom_revision);
H A Dtb.c1050 tb_sw_dbg(up->sw, "configuring asymmetric link\n");
1140 tb_sw_dbg(up->sw, "keeping preferred asymmetric link\n");
1150 tb_sw_dbg(up->sw, "configuring symmetric link\n");
1320 tb_sw_dbg(sw, "discovery, not touching CL states\n");
2343 tb_sw_dbg(sw, "xHCI disconnect request\n");
2352 tb_sw_dbg(sw, "xHCI connect request\n");
H A Dnvm.c304 tb_sw_dbg(sw, "router NVM format of vendor %#x unknown\n",
H A Dtb.h732 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro

Completed in 369 milliseconds