Home
last modified time | relevance | path

Searched defs:DPRINT (Results 1 – 4 of 4) 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
/linux/sound/isa/wavefront/ !
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
/linux/drivers/block/ !
H A Dataflop.c415 #define DPRINT(a) printk a macro
417 #define DPRINT(a) macro
H A Dfloppy.c152 #define DPRINT(format, args...) \ macro