Home
last modified time | relevance | path

Searched defs:DPRINT (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/dtc/
H A Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
39 #define DPRINT(fmt, ...) do { } while (0) macro
[all...]
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
[all...]
/linux/drivers/block/
H A Dataflop.c415 #define DPRINT(a) printk a macro
417 #define DPRINT(a) macro