Searched defs:DPRINTK (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/arch/mips/pci/
H A Dops-mace.c16 # define DPRINTK(args...) macro
/linux-master/arch/parisc/kernel/
H A Dpdc_chassis.c15 #define DPRINTK(fmt, args...) printk(fmt, ## args) macro
17 #define DPRINTK(fmt, args...) macro
/linux-master/drivers/video/fbdev/i810/
H A Di810-i2c.c37 #define DPRINTK(fmt, args...) printk(fmt,## args) macro
39 #define DPRINTK(fmt, args...) macro
/linux-master/arch/loongarch/kernel/
H A Dalternative.c24 #define DPRINTK(fmt, args...) \ macro
/linux-master/drivers/atm/
H A Didt77105.c28 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) macro
30 #define DPRINTK(format,args...) macro
H A Dsuni.c35 #define DPRINTK(format,args...) macro
H A Deni.c62 #define DPRINTK(format,args...) macro
[all...]
H A Dfore200e.c68 #define DPRINTK(level, format, args...) do { if (CONFIG_ATM_FORE200E_DEBUG >= (level)) \ macro
71 #define DPRINTK(level, format, args...) do {} while (0) macro
[all...]
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c36 #define DPRINTK(fmt, ...) \ macro
H A Dxenbus_probe_frontend.c4 #define DPRINTK(fmt, ...) \ macro
H A Dxenbus_probe.c36 #define DPRINTK(fmt, args...) \ macro
/linux-master/drivers/video/fbdev/core/
H A Dsysimgblt.c21 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) macro
23 #define DPRINTK(fmt, args...) macro
H A Dcfbimgblt.c41 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) macro
43 #define DPRINTK(fmt, args...) macro
H A Dmodedb.c27 #define DPRINTK(fmt, args...) printk("modedb %s: " fmt, __func__ , ## args) macro
29 #define DPRINTK(fmt, args...) macro
[all...]
H A Dfbmon.c45 #define DPRINTK(fmt, args...) printk(fmt,## args) macro
47 #define DPRINTK(fmt, args...) no_printk(fmt, ##args) macro
[all...]
/linux-master/drivers/parisc/
H A Dpdc_stable.c39 #define DPRINTK(fmt, args...) printk(KERN_DEBUG fmt, ## args) macro
41 #define DPRINTK(fmt, args...) macro
[all...]
/linux-master/drivers/net/ethernet/sgi/
H A Dmeth.c40 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args) macro
43 #define DPRINTK(str,args...) macro
[all...]
/linux-master/drivers/video/fbdev/
H A Dhgafb.c50 #define DPRINTK(args...) macro
H A Dpm2fb.c55 #define DPRINTK(a, b...) \ macro
58 #define DPRINTK(a, b...) no_printk(a, ##b) macro
[all...]
H A Dpm3fb.c45 #define DPRINTK(a, b...) \ macro
48 #define DPRINTK(a, b...) no_printk(a, ##b) macro
[all...]
H A Dtdfxfb.c81 #define DPRINTK(a, b...) pr_debug("fb: %s: " a, __func__ , ## b) macro
[all...]
/linux-master/drivers/scsi/
H A Dch.c90 #define DPRINTK(fmt, arg...) \ macro
[all...]
/linux-master/drivers/net/ethernet/amd/
H A Dsun3lance.c79 #define DPRINTK(n,a) \ macro
[all...]
H A Datarilance.c87 #define DPRINTK(n,a) \ macro
[all...]
/linux-master/drivers/macintosh/
H A Dsmu.c58 #define DPRINTK(fmt, args...) do { printk(KERN_DEBUG fmt , ##args); } while (0) macro
60 #define DPRINTK(fmt, args...) do { } while (0) macro
[all...]

Completed in 333 milliseconds

12