Searched defs:printf_debug (Results 1 – 3 of 3) sorted by relevance
48 #define printf_debug(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
72 #define printf_debug(args...) printk(KERN_DEBUG args) macro