/Linux-v5.4/arch/parisc/kernel/ |
D | pdc_chassis.c | 15 #define DPRINTK(fmt, args...) printk(fmt, ## args) macro 17 #define DPRINTK(fmt, args...) macro
|
/Linux-v5.4/drivers/parport/ |
D | ieee1284.c | 35 #define DPRINTK(stuff...) printk (stuff) macro 37 #define DPRINTK(stuff...) macro
|
D | parport_amiga.c | 32 #define DPRINTK printk macro 34 #define DPRINTK(x...) do { } while (0) macro
|
D | parport_mfc3.c | 74 #define DPRINTK printk macro 76 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-v5.4/drivers/video/fbdev/i810/ |
D | i810-i2c.c | 37 #define DPRINTK(fmt, args...) printk(fmt,## args) macro 39 #define DPRINTK(fmt, args...) macro
|
/Linux-v5.4/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 | 23 #define DPRINTK(format,args...) macro
|
D | suni.c | 36 #define DPRINTK(format,args...) macro
|
/Linux-v5.4/arch/mips/pci/ |
D | ops-mace.c | 16 # define DPRINTK(args...) macro
|
/Linux-v5.4/drivers/video/fbdev/core/ |
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 | fbmon.c | 45 #define DPRINTK(fmt, args...) printk(fmt,## args) macro 47 #define DPRINTK(fmt, args...) macro
|
/Linux-v5.4/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 36 #define DPRINTK(fmt, ...) \ macro
|
D | xenbus_probe_frontend.c | 4 #define DPRINTK(fmt, ...) \ macro
|
D | xenbus_probe.c | 35 #define DPRINTK(fmt, args...) \ macro
|
/Linux-v5.4/drivers/net/ethernet/sgi/ |
D | meth.c | 40 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args) macro 43 #define DPRINTK(str,args...) macro
|
/Linux-v5.4/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-v5.4/drivers/parisc/ |
D | pdc_stable.c | 39 #define DPRINTK(fmt, args...) printk(KERN_DEBUG fmt, ## args) macro 41 #define DPRINTK(fmt, args...) macro
|
D | led.c | 73 #define DPRINTK(x) macro
|
/Linux-v5.4/drivers/macintosh/ |
D | smu.c | 57 #define DPRINTK(fmt, args...) do { printk(KERN_DEBUG fmt , ##args); } while (0) macro 59 #define DPRINTK(fmt, args...) do { } while (0) macro
|