Symbol: tb_dbg
drivers/thunderbolt/domain.c
459
tb_dbg(tb, "security level set to %s\n",
drivers/thunderbolt/icm.c
1711
tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason);
drivers/thunderbolt/icm.c
2034
tb_dbg(tb, "USB4 proxy operations supported\n");
drivers/thunderbolt/icm.c
2247
tb_dbg(tb, "NVM_AUTH response for %llx flags %#x status %#x\n",
drivers/thunderbolt/icm.c
2291
tb_dbg(tb, "NVM_AUTH request for %llx\n", route);
drivers/thunderbolt/icm.c
2386
tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n",
drivers/thunderbolt/icm.c
2604
tb_dbg(tb, "using firmware connection manager\n");
drivers/thunderbolt/path.c
164
tb_dbg(path->tb, "discovering %s path starting from %llx:%u\n",
drivers/thunderbolt/path.c
205
tb_dbg(path->tb, "path discovery complete\n");
drivers/thunderbolt/path.c
472
tb_dbg(path->tb,
drivers/thunderbolt/path.c
501
tb_dbg(path->tb,
drivers/thunderbolt/path.c
585
tb_dbg(path->tb, "%s path activation complete\n", path->name);
drivers/thunderbolt/switch.c
1567
tb_dbg(tb, " %s Switch: %x:%x (Revision: %d, TB Version: %d)\n",
drivers/thunderbolt/switch.c
1570
tb_dbg(tb, " Max Port Number: %d\n", regs->max_port_number);
drivers/thunderbolt/switch.c
1571
tb_dbg(tb, " Config:\n");
drivers/thunderbolt/switch.c
1572
tb_dbg(tb,
drivers/thunderbolt/switch.c
1577
tb_dbg(tb, " unknown1: %#x unknown4: %#x\n",
drivers/thunderbolt/switch.c
2484
tb_dbg(tb, "current switch config:\n");
drivers/thunderbolt/switch.c
2613
tb_dbg(tb, "%s Switch at %#llx (depth: %d, up port: %d)\n",
drivers/thunderbolt/switch.c
446
tb_dbg(tb,
drivers/thunderbolt/switch.c
451
tb_dbg(tb, " Max hop id (in/out): %d/%d\n",
drivers/thunderbolt/switch.c
453
tb_dbg(tb, " Max counters: %d\n", regs->max_counters);
drivers/thunderbolt/switch.c
454
tb_dbg(tb, " NFC Credits: %#x\n", regs->nfc_credits);
drivers/thunderbolt/switch.c
455
tb_dbg(tb, " Credits (total/control): %u/%u\n", port->total_credits,
drivers/thunderbolt/switch.c
714
tb_dbg(port->sw->tb, " Port %d: not implemented\n",
drivers/thunderbolt/tb.c
1439
tb_dbg(tb, "re-calculating bandwidth estimation for group %u\n",
drivers/thunderbolt/tb.c
1512
tb_dbg(tb, "bandwidth estimation for group %u done\n", group->index);
drivers/thunderbolt/tb.c
1520
tb_dbg(tb, "bandwidth consumption changed, re-calculating estimated bandwidth\n");
drivers/thunderbolt/tb.c
1529
tb_dbg(tb, "bandwidth re-calculation done\n");
drivers/thunderbolt/tb.c
1535
tb_dbg(group->tb, "group %d released total %d Mb/s\n", group->index,
drivers/thunderbolt/tb.c
2025
tb_dbg(tb, "available bandwidth for new DP tunnel %u/%u Mb/s\n",
drivers/thunderbolt/tb.c
2069
tb_dbg(tb, "DP tunneling disabled, not creating tunnel\n");
drivers/thunderbolt/tb.c
2077
tb_dbg(tb, "looking for DP IN <-> DP OUT pairs:\n");
drivers/thunderbolt/tb.c
2101
tb_dbg(tb, "no suitable DP IN adapter available, not tunneling\n");
drivers/thunderbolt/tb.c
2451
tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n",
drivers/thunderbolt/tb.c
2633
tb_dbg(tb, "group %d reserved %d total %d Mb/s\n",
drivers/thunderbolt/tb.c
2711
tb_dbg(tb, "group %d released %d total %d Mb/s\n",
drivers/thunderbolt/tb.c
2853
tb_dbg(tb, "checking if more DP tunnels can be established now\n");
drivers/thunderbolt/tb.c
3081
tb_dbg(tb, "suspending...\n");
drivers/thunderbolt/tb.c
3086
tb_dbg(tb, "suspend finished\n");
drivers/thunderbolt/tb.c
3148
tb_dbg(tb, "resuming...\n");
drivers/thunderbolt/tb.c
3192
tb_dbg(tb, "tunnels restarted, sleeping for 100ms\n");
drivers/thunderbolt/tb.c
3198
tb_dbg(tb, "resume finished\n");
drivers/thunderbolt/tb.c
3396
tb_dbg(tb, "using software connection manager\n");
drivers/thunderbolt/tb.c
914
tb_dbg(tb, "USB3 tunneling disabled, not creating tunnel\n");
drivers/thunderbolt/tb.h
743
#define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg)
drivers/thunderbolt/tb.h
758
__TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
drivers/thunderbolt/tunnel.h
243
__TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
drivers/thunderbolt/xdomain.c
794
tb_dbg(tb, "%llx: received XDomain properties request\n", route);
drivers/thunderbolt/xdomain.c
802
tb_dbg(tb, "%llx: received XDomain properties changed request\n",
drivers/thunderbolt/xdomain.c
823
tb_dbg(tb, "%llx: received XDomain UUID request\n", route);
drivers/thunderbolt/xdomain.c
841
tb_dbg(tb, "%llx: received XDomain link state status request\n",
drivers/thunderbolt/xdomain.c
876
tb_dbg(tb, "%llx: target link width not yet set %#x != %#x\n",
drivers/thunderbolt/xdomain.c
881
tb_dbg(tb, "%llx: replying with target link width set to %#x\n",
drivers/thunderbolt/xdomain.c
893
tb_dbg(tb, "%llx: received XDomain link state change request\n",
drivers/thunderbolt/xdomain.c
917
tb_dbg(tb, "%llx: unknown XDomain request %#x\n", route, pkg->type);