/openbmc/qemu/hw/net/rocker/ |
H A D | rocker.h | 26 # define DPRINTF(fmt, ...) \ macro 33 static inline G_GNUC_PRINTF(1, 2) int DPRINTF(const char *fmt, ...) in DPRINTF() function
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_slave.c | 25 #define DPRINTF(fmt, ...) \ macro 32 #define DPRINTF(fmt, ...) do {} while(0) macro
|
H A D | mpc_i2c.c | 31 #define DPRINTF(fmt, ...) \ macro 35 #define DPRINTF(fmt, ...) do {} while (0) macro
|
H A D | imx_i2c.c | 33 #define DPRINTF(fmt, args...) \ macro
|
/openbmc/qemu/hw/intc/ |
H A D | exynos4210_combiner.c | 44 #define DPRINTF(fmt, ...) \ macro 48 #define DPRINTF(fmt, ...) do {} while (0) macro
|
/openbmc/qemu/hw/ssi/ |
H A D | pl022.c | 22 #define DPRINTF(fmt, ...) \ macro 27 #define DPRINTF(fmt, ...) do {} while(0) macro
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-hvm-common.h | 26 #define DPRINTF(fmt, ...) \ macro 29 #define DPRINTF(fmt, ...) \ macro
|
/openbmc/qemu/hw/audio/ |
H A D | lm4549.c | 31 #define DPRINTF(fmt, ...) \ macro 34 #define DPRINTF(fmt, ...) do {} while (0) macro
|
/openbmc/qemu/hw/misc/ |
H A D | imx_ccm.c | 22 #define DPRINTF(fmt, args...) \ macro
|
H A D | imx6_src.c | 25 #define DPRINTF(fmt, args...) \ macro
|
/openbmc/qemu/hw/display/ |
H A D | ssd0303.c | 24 #define DPRINTF(fmt, ...) \ macro 29 #define DPRINTF(fmt, ...) do {} while(0) macro
|
H A D | ssd0323.c | 24 #define DPRINTF(fmt, ...) \ macro 31 #define DPRINTF(fmt, ...) do {} while(0) macro
|
H A D | i2c-ddc.c | 31 #define DPRINTF(fmt, ...) do { \ macro
|
H A D | ati_int.h | 21 #define DPRINTF(fmt, ...) printf("%s: " fmt, __func__, ## __VA_ARGS__) macro 23 #define DPRINTF(fmt, ...) do {} while (0) macro
|
/openbmc/qemu/hw/sd/ |
H A D | ssi-sd.c | 32 #define DPRINTF(fmt, ...) \ macro 37 #define DPRINTF(fmt, ...) do {} while(0) macro
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-bus.c | 36 #define DPRINTF(fmt, ...) \ macro 39 #define DPRINTF(fmt, ...) do { } while (0) macro
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ds1302.c | 31 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro 38 # define DPRINTF(x,args...) macro
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | unaligned.c | 22 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); p… macro 24 #define DPRINTF(fmt, args...) macro
|
/openbmc/qemu/hw/rtc/ |
H A D | exynos4210_rtc.c | 46 #define DPRINTF(fmt, ...) \ macro 50 #define DPRINTF(fmt, ...) do {} while (0) macro
|
/openbmc/qemu/hw/timer/ |
H A D | exynos4210_pwm.c | 38 #define DPRINTF(fmt, ...) \ macro 42 #define DPRINTF(fmt, ...) do {} while (0) macro
|
/openbmc/qemu/hw/net/ |
H A D | stellaris_enet.c | 24 #define DPRINTF(fmt, ...) \ macro 29 #define DPRINTF(fmt, ...) do {} while(0) macro
|
/openbmc/qemu/hw/dma/ |
H A D | i82374.c | 40 #define DPRINTF(fmt, ...) \ macro
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-tis-util.c | 29 #define DPRINTF(fmt, ...) do { \ macro
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_platform.c | 49 #define DPRINTF(fmt, ...) do { \ macro 53 #define DPRINTF(fmt, ...) do { } while (0) macro
|
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 25 #define DPRINTF(fmt, args...) \ macro
|