Searched refs:__TB_PORT_PRINT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tb.h | 581 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ macro 588 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg) 590 __TB_PORT_PRINT(tb_warn, port, fmt, ##arg) 592 __TB_PORT_PRINT(tb_info, port, fmt, ##arg) 594 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
|