/Linux-v4.19/arch/parisc/kernel/ |
D | pdc_chassis.c | 27 #define DPRINTK(fmt, args...) printk(fmt, ## args) macro 29 #define DPRINTK(fmt, args...) macro
|
/Linux-v4.19/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 | 31 #define DPRINTK(stuff...) printk (stuff) macro 33 #define DPRINTK(stuff...) macro
|
/Linux-v4.19/drivers/video/fbdev/i810/ |
D | i810-i2c.c | 37 #define DPRINTK(fmt, args...) printk(fmt,## args) macro 39 #define DPRINTK(fmt, args...) macro
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/mips/pci/ |
D | ops-mace.c | 16 # define DPRINTK(args...) macro
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 36 #define DPRINTK(fmt, ...) \ macro
|
D | xenbus_probe_frontend.c | 3 #define DPRINTK(fmt, ...) \ macro
|
/Linux-v4.19/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
|
/Linux-v4.19/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
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/macintosh/ |
D | smu.c | 59 #define DPRINTK(fmt, args...) do { printk(KERN_DEBUG fmt , ##args); } while (0) macro 61 #define DPRINTK(fmt, args...) do { } while (0) macro
|
/Linux-v4.19/arch/x86/kernel/ |
D | alternative.c | 49 #define DPRINTK(fmt, args...) \ macro
|