Searched refs:dynamic_pr_debug (Results 1 – 3 of 3) sorted by relevance
268 #define dynamic_pr_debug(fmt, ...) \ macro 307 #define dynamic_pr_debug(fmt, ...) \ macro
630 * This macro expands to dynamic_pr_debug() if CONFIG_DYNAMIC_DEBUG is634 * It uses pr_fmt() to generate the format string (dynamic_pr_debug() uses638 dynamic_pr_debug(fmt, ##__VA_ARGS__)
67 dynamic_pr_debug(DRIVER_PREFIX fmt "\n", ##arg); \