Searched refs:tb_info (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/thunderbolt/ |
D | tunnel.h | 167 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)
|
D | tb.h | 724 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 735 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) 749 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
|
D | icm.c | 747 tb_info(tb, "switch at %u.%u was rejected by ICM firmware because topology limit exceeded\n", in icm_fr_device_connected() 1228 tb_info(tb, "switch at %llx was rejected by ICM firmware because topology limit exceeded\n", in __icm_tr_device_connected() 1967 tb_info(tb, "Thunderbolt host controller is in safe mode.\n"); in icm_driver_ready() 1968 tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n"); in icm_driver_ready() 1969 tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n"); in icm_driver_ready()
|