Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dswitch.c3190 tb_sw_WARN(sw, "cannot unplug root switch\n"); in tb_sw_set_unplugged()
3194 tb_sw_WARN(sw, "is_unplugged already set\n"); in tb_sw_set_unplugged()
H A Dtb.h704 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) macro