Searched defs:vdbg (Results 1 – 2 of 2) sorted by relevance
23 #define vdbg(format, arg...) printf("DEBUG: " format, ##arg) macro25 #define vdbg(format, arg...) do {} while (0) macro
75 #define vdbg(arg...) dev_dbg(arg) macro78 #define vdbg(arg...) macro