__TB_SW_PRINT 456 drivers/thunderbolt/tb.h #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) __TB_SW_PRINT 457 drivers/thunderbolt/tb.h #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) __TB_SW_PRINT 458 drivers/thunderbolt/tb.h #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) __TB_SW_PRINT 459 drivers/thunderbolt/tb.h #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg)