Home
last modified time | relevance | path

Searched refs:tb_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/thunderbolt/
Dtb.h636 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
647 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg)
661 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
Dicm.c749 tb_info(tb, "switch at %u.%u was rejected by ICM firmware because topology limit exceeded\n", in icm_fr_device_connected()
1230 tb_info(tb, "switch at %llx was rejected by ICM firmware because topology limit exceeded\n", in __icm_tr_device_connected()
1964 tb_info(tb, "Thunderbolt host controller is in safe mode.\n"); in icm_driver_ready()
1965 tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n"); in icm_driver_ready()
1966 tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n"); in icm_driver_ready()
Dtunnel.c66 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)