Searched defs:DEBUG (Results 1 – 25 of 47) sorted by relevance
12
19 #define DEBUG(x) do {x;} while (0); macro21 #define DEBUG(x) do {} while (0); macro
15 #define DEBUG macro
83 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) macro87 #define DEBUG(lvl, stuff...) do { } while (0) macro
172 #define DEBUG(n, args...) do { \ macro177 #define DEBUG(n, args...) do { } while (0) macro
32 #define DEBUG macro
51 DEBUG, enumerator
132 #define DEBUG 2 /* print fancy stuff too */ macro
194 #define DEBUG 2 /* print fancy stuff too */ macro
34 #define DEBUG /* define this for verbose EDID parsing output */ macro
60 #define DEBUG 0 macro
29 #define DEBUG macro
18 #define DEBUG macro
38 #define DEBUG macro
20 #define DEBUG /* So dev_dbg() is always available. */ macro
11 #define DEBUG /* So dev_dbg() is always available. */ macro
24 #define DEBUG /* So dev_dbg() is always available. */ macro
16 #define DEBUG macro
24 #define DEBUG(x) printk x macro30 #define DEBUG(x) do {} while (0) macro
25 #define DEBUG macro
34 #define DEBUG macro
101 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro104 #define DEBUG(...) do { } while (0) macro
102 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro105 #define DEBUG(...) do { } while (0) macro
55 #define DEBUG /* debug on */ macro