Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dtb.h727 #define __TB_SW_PRINT(level, sw, fmt, arg...) \ macro
733 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg)
734 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg)
735 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg)
736 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg)