Searched refs:tb_dbg (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tb.c | 588 tb_dbg(tb, "reclaiming unused bandwidth for USB3\n"); in tb_reclaim_usb3_bandwidth() 601 tb_dbg(tb, "available bandwidth for USB3 %d/%d Mb/s\n", in tb_reclaim_usb3_bandwidth() 1103 tb_dbg(tb, "bandwidth re-calculation done\n"); in tb_recalc_estimated_bandwidth() 1151 tb_dbg(tb, "DP tunneling disabled, not creating tunnel\n"); in tb_tunnel_dp() 1159 tb_dbg(tb, "looking for DP IN <-> DP OUT pairs:\n"); in tb_tunnel_dp() 1981 tb_dbg(tb, "suspending...\n"); in tb_suspend_noirq() 1985 tb_dbg(tb, "suspend finished\n"); in tb_suspend_noirq() 2043 tb_dbg(tb, "resuming...\n"); in tb_resume_noirq() 2082 tb_dbg(tb, "tunnels restarted, sleeping for 100ms\n"); in tb_resume_noirq() 2087 tb_dbg(tb, "resume finished\n"); in tb_resume_noirq() [all …]
|
A D | path.c | 169 tb_dbg(path->tb, "discovering %s path starting from %llx:%u\n", in tb_path_discover() 210 tb_dbg(path->tb, "path discovery complete\n"); in tb_path_discover() 470 tb_dbg(path->tb, in tb_path_deactivate() 499 tb_dbg(path->tb, in tb_path_activate() 570 tb_dbg(path->tb, "path activation complete\n"); in tb_path_activate()
|
A D | switch.c | 451 tb_dbg(tb, in tb_dump_port() 456 tb_dbg(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port() 458 tb_dbg(tb, " Max counters: %d\n", regs->max_counters); in tb_dump_port() 459 tb_dbg(tb, " NFC Credits: %#x\n", regs->nfc_credits); in tb_dump_port() 704 tb_dbg(port->sw->tb, " Port %d: not implemented\n", in tb_init_port() 1583 tb_dbg(tb, " Max Port Number: %d\n", regs->max_port_number); in tb_dump_switch() 1584 tb_dbg(tb, " Config:\n"); in tb_dump_switch() 1585 tb_dbg(tb, in tb_dump_switch() 1590 tb_dbg(tb, " unknown1: %#x unknown4: %#x\n", in tb_dump_switch() 2361 tb_dbg(tb, "current switch config:\n"); in tb_switch_alloc() [all …]
|
A D | xdomain.c | 742 tb_dbg(tb, "%llx: received XDomain properties request\n", route); in tb_xdp_handle_request() 750 tb_dbg(tb, "%llx: received XDomain properties changed request\n", in tb_xdp_handle_request() 767 tb_dbg(tb, "%llx: received XDomain UUID request\n", route); in tb_xdp_handle_request() 772 tb_dbg(tb, "%llx: received XDomain link state status request\n", in tb_xdp_handle_request() 785 tb_dbg(tb, "%llx: received XDomain link state change request\n", in tb_xdp_handle_request() 804 tb_dbg(tb, "%llx: unknown XDomain request %#x\n", route, pkg->type); in tb_xdp_handle_request()
|
A D | tb.h | 692 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 703 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) 718 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
|
A D | icm.c | 1670 tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason); in icm_icl_rtd3_veto() 1988 tb_dbg(tb, "USB4 proxy operations supported\n"); in icm_driver_ready() 2199 tb_dbg(tb, "NVM_AUTH response for %llx flags %#x status %#x\n", in icm_usb4_switch_nvm_auth_complete() 2243 tb_dbg(tb, "NVM_AUTH request for %llx\n", route); in icm_usb4_switch_nvm_authenticate() 2338 tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n", in icm_usb4_switch_nvm_authenticate_status() 2554 tb_dbg(tb, "using firmware connection manager\n"); in icm_probe()
|
A D | domain.c | 454 tb_dbg(tb, "security level set to %s\n", in tb_domain_add()
|
A D | tunnel.c | 74 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
|
Completed in 40 milliseconds