Home
last modified time | relevance | path

Searched defs:BT_DBG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dbluetooth.h178 #define BT_DBG(fmt, ...) bt_dbg(fmt "\n", ##__VA_ARGS__) macro
180 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h264 #define BT_DBG(fmt, ...) bt_dbg(fmt "\n", ##__VA_ARGS__) macro
266 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) macro

Completed in 3 milliseconds