Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/dtc/
Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
39 #define DPRINT(fmt, ...) do { } while (0) macro
/linux-6.1.9/sound/isa/wavefront/
Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
/linux-6.1.9/arch/ia64/kernel/
Dunaligned.c36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro
51 # define DPRINT(a...) macro
/linux-6.1.9/drivers/block/
Dataflop.c415 #define DPRINT(a) printk a macro
417 #define DPRINT(a) macro
Dfloppy.c152 #define DPRINT(format, args...) \ macro