Searched defs:BT_DBG (Results 1 – 1 of 1) sorted by relevance
247 #define BT_DBG(fmt, ...) bt_dbg(fmt "\n", ##__VA_ARGS__) macro249 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) macro
Completed in 7 milliseconds