/linux-3.3/arch/parisc/kernel/ |
D | pdc_chassis.c | 27 #define DPRINTK(fmt, args...) printk(fmt, ## args) macro 29 #define DPRINTK(fmt, args...) macro
|
/linux-3.3/fs/ncpfs/ |
D | ncp_fs.h | 19 #define DPRINTK(format, args...) PRINTK(format , ## args) macro 21 #define DPRINTK(format, args...) macro
|
/linux-3.3/arch/arm/mach-sa1100/ |
D | dma.c | 27 #define DPRINTK( s, arg... ) printk( "dma<%p>: " s, regs , ##arg ) macro 29 #define DPRINTK( x... ) macro
|
/linux-3.3/drivers/parport/ |
D | ieee1284.c | 35 #define DPRINTK(stuff...) printk (stuff) macro 37 #define DPRINTK(stuff...) macro
|
D | parport_amiga.c | 31 #define DPRINTK printk macro 33 #define DPRINTK(x...) do { } while (0) macro
|
D | parport_mfc3.c | 73 #define DPRINTK printk macro 75 static inline int DPRINTK(void *nothing, ...) {return 0;} in DPRINTK() function
|
D | daisy.c | 34 #define DPRINTK(stuff...) printk(stuff) macro 36 #define DPRINTK(stuff...) macro
|
D | ieee1284_ops.c | 30 #define DPRINTK(stuff...) printk (stuff) macro 32 #define DPRINTK(stuff...) macro
|
/linux-3.3/drivers/video/i810/ |
D | i810-i2c.c | 37 #define DPRINTK(fmt, args...) printk(fmt,## args) macro 39 #define DPRINTK(fmt, args...) macro
|
/linux-3.3/drivers/atm/ |
D | idt77105.c | 28 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) macro 30 #define DPRINTK(format,args...) macro
|
D | uPD98402.c | 22 #define DPRINTK(format,args...) macro
|
D | suni.c | 36 #define DPRINTK(format,args...) macro
|
/linux-3.3/drivers/staging/media/lirc/ |
D | lirc_ttusbir.c | 49 #define DPRINTK printk macro 51 #define DPRINTK(_x_, a...) macro
|
/linux-3.3/arch/mips/pci/ |
D | ops-mace.c | 18 # define DPRINTK(args...) macro
|
/linux-3.3/drivers/video/ |
D | sysimgblt.c | 21 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) macro 23 #define DPRINTK(fmt, args...) macro
|
D | cfbimgblt.c | 41 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) macro 43 #define DPRINTK(fmt, args...) macro
|
D | modedb.c | 27 #define DPRINTK(fmt, args...) printk("modedb %s: " fmt, __func__ , ## args) macro 29 #define DPRINTK(fmt, args...) macro
|
D | sa1100fb.h | 136 # define DPRINTK(fmt, args...) printk("%s: " fmt, __func__ , ## args) macro 138 # define DPRINTK(fmt, args...) macro
|
D | pm3fb.c | 47 #define DPRINTK(a, b...) \ macro 50 #define DPRINTK(a, b...) macro
|
/linux-3.3/arch/m32r/kernel/ |
D | process.c | 13 #define DPRINTK(fmt, args...) printk("%s:%d:%s: " fmt, __FILE__, __LINE__, \ macro 16 #define DPRINTK(fmt, args...) macro
|
/linux-3.3/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 34 #define DPRINTK(fmt, args...) \ macro
|
D | xenbus_probe_frontend.c | 1 #define DPRINTK(fmt, args...) \ macro
|
/linux-3.3/drivers/net/ethernet/sgi/ |
D | meth.c | 45 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args) macro 48 #define DPRINTK(str,args...) macro
|
/linux-3.3/drivers/parisc/ |
D | pdc_stable.c | 52 #define DPRINTK(fmt, args...) printk(KERN_DEBUG fmt, ## args) macro 54 #define DPRINTK(fmt, args...) macro
|
/linux-3.3/drivers/staging/xgifb/ |
D | XGI_main_26.c | 58 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args) macro 60 #define DPRINTK(fmt, args...) macro
|