Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c37 #define DPRINT(x...) printf(x) macro
39 #define DPRINT(x...) do{}while(0) macro
/openbmc/qemu/hw/i2c/
H A Dexynos4210_i2c.c61 #define DPRINT(fmt, args...) \ in OBJECT_DECLARE_SIMPLE_TYPE() macro
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro
51 # define DPRINT(a...) macro
/openbmc/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
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c41 #define DPRINT(...) \ macro
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c99 #define DPRINT(...) \ macro