Searched refs:tb_WARN (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | path.c | 482 tb_WARN(path->tb, "trying to deactivate an inactive path\n"); in tb_path_deactivate() 510 tb_WARN(path->tb, "trying to activate already activated path\n"); in tb_path_activate()
|
| H A D | tb.h | 728 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 739 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) 751 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg)
|