Searched defs:DEBUG (Results 1 – 25 of 119) sorted by relevance
12345
19 #define DEBUG(x) do {x;} while (0); macro21 #define DEBUG(x) do {} while (0); macro
1 #define DEBUG 1 macro
23 #define DEBUG 1 macro
73 #define DEBUG(n, args...) printk(KERN_DEBUG args) macro75 #define DEBUG(n, args...) macro
25 #define DEBUG macro
18 .macro DEBUG ch macro
6 DEBUG = macro
17 #define DEBUG 1 macro
15 #define DEBUG macro
13 #define DEBUG macro
7 #define DEBUG 1 macro
19 #define DEBUG(x) macro
22 #define DEBUG 1 macro
44 #define DEBUG macro
160 #define DEBUG(dev, fmt, args...) \ macro163 #define DEBUG(dev, fmt, args...) \ macro
19 #define DEBUG 0 macro
1 #define DEBUG macro
16 #define DEBUG macro
34 #define DEBUG /* define this for verbose EDID parsing output */ macro
54 #define DEBUG macro
85 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) macro89 #define DEBUG(lvl, stuff...) do { } while (0) macro