Searched defs:DPRINT (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.l | 52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro 54 #define DPRINT(fmt, ...) do { } while (0) macro
|
| H A D | dtc-lexer.lex.c | |
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-lexer.l | 37 #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 D | tsi108_i2c.c | 22 #define DPRINT(x) printf (x) macro 24 #define DPRINT(x) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | perfmon_default_smpl.c | 26 #define DPRINT(a) \ macro 37 #define DPRINT(a) macro
|
| H A D | unaligned.c | 36 # 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 D | ati_radeon_fb.c | 38 #define DPRINT(x...) printf(x) macro 40 #define DPRINT(x...) do{}while(0) macro
|
| /OK3568_Linux_fs/kernel/sound/isa/wavefront/ |
| H A D | wavefront_synth.c | 117 #define DPRINT(cond, ...) \ macro 122 #define DPRINT(cond, args...) macro
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | ataflop.c | 412 #define DPRINT(a) printk a macro 414 #define DPRINT(a) macro
|
| H A D | floppy.c | 154 #define DPRINT(format, args...) \ macro
|