Searched defs:pr_debug (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | compat.h | 52 #define pr_debug(fmt, ...) pr_msg(DEBUG, fmt, ##__VA_ARGS__) macro 54 #define pr_debug(fmt, ...) do { } while (0) macro
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | compat.h | 59 #define pr_debug(fmt, args...) printf(fmt, ##args) macro 70 #define pr_debug(fmt, args...) {} macro
|
| /dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 90 #define pr_debug(fmt, args...) printf(fmt, ##args) macro 92 #define pr_debug(fmt, args...) {} macro
|