/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 | ieee1284_ops.c | 30 #define DPRINTK(stuff...) printk (stuff) macro 32 #define DPRINTK(stuff...) macro
|
D | daisy.c | 34 #define DPRINTK(stuff...) printk(stuff) macro 36 #define DPRINTK(stuff...) macro
|
/drivers/video/fbdev/i810/ |
D | i810-i2c.c | 37 #define DPRINTK(fmt, args...) printk(fmt,## args) macro 39 #define DPRINTK(fmt, args...) macro
|
/drivers/atm/ |
D | idt77105.c | 27 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) macro 29 #define DPRINTK(format,args...) macro
|
D | uPD98402.c | 22 #define DPRINTK(format,args...) macro
|
D | suni.c | 35 #define DPRINTK(format,args...) macro
|
/drivers/video/fbdev/core/ |
D | cfbimgblt.c | 41 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) macro 43 #define DPRINTK(fmt, args...) macro
|
D | sysimgblt.c | 21 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) macro 23 #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 | fbmon.c | 45 #define DPRINTK(fmt, args...) printk(fmt,## args) macro 47 #define DPRINTK(fmt, args...) macro
|
/drivers/net/ethernet/sgi/ |
D | meth.c | 44 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args) macro 47 #define DPRINTK(str,args...) macro
|
/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 36 #define DPRINTK(fmt, ...) \ macro
|
D | xenbus_probe_frontend.c | 3 #define DPRINTK(fmt, ...) \ macro
|
D | xenbus_probe.c | 35 #define DPRINTK(fmt, args...) \ macro
|
/drivers/video/fbdev/ |
D | pm3fb.c | 44 #define DPRINTK(a, b...) \ macro 47 #define DPRINTK(a, b...) macro
|
D | pm2fb.c | 54 #define DPRINTK(a, b...) \ macro 57 #define DPRINTK(a, b...) macro
|
D | hgafb.c | 50 #define DPRINTK(args...) macro
|
/drivers/parisc/ |
D | pdc_stable.c | 52 #define DPRINTK(fmt, args...) printk(KERN_DEBUG fmt, ## args) macro 54 #define DPRINTK(fmt, args...) macro
|
D | led.c | 77 #define DPRINTK(x) macro
|
/drivers/macintosh/ |
D | smu.c | 58 #define DPRINTK(fmt, args...) do { printk(KERN_DEBUG fmt , ##args); } while (0) macro 60 #define DPRINTK(fmt, args...) do { } while (0) macro
|
/drivers/net/ethernet/amd/ |
D | sun3lance.c | 78 #define DPRINTK(n,a) \ macro
|
/drivers/scsi/ |
D | ch.c | 90 #define DPRINTK(fmt, arg...) \ macro
|