Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.l52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
54 #define DPRINT(fmt, ...) do { } while (0) macro
H A Ddtc-lexer.lex.c
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
39 #define DPRINT(fmt, ...) do { } while (0) macro
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtsi108_i2c.c22 #define DPRINT(x) printf (x) macro
24 #define DPRINT(x) macro
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dperfmon_default_smpl.c26 #define DPRINT(a) \ macro
37 #define DPRINT(a) macro
H A Dunaligned.c36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro
51 # define DPRINT(a...) macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c38 #define DPRINT(x...) printf(x) macro
40 #define DPRINT(x...) do{}while(0) macro
/OK3568_Linux_fs/kernel/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dataflop.c412 #define DPRINT(a) printk a macro
414 #define DPRINT(a) macro
H A Dfloppy.c154 #define DPRINT(format, args...) \ macro