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

12

/linux-master/arch/x86/kernel/
H A Dalternative.c71 #define DPRINTK(type, fmt, args...) \ macro
/linux-master/drivers/video/fbdev/sis/
H A Dsis.h32 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __func__ , ## args) macro
35 #define DPRINTK(fmt, args...) macro
/linux-master/drivers/atm/
H A Dlanai.c164 #define DPRINTK(format, args...) \ macro
174 #define DPRINTK(format, args...) macro
[all...]
H A Didt77252.h74 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0) macro
88 #define DPRINTK(args...) do { } while(0) macro
/linux-master/drivers/video/fbdev/aty/
H A Datyfb_base.c127 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "atyfb: " fmt, ## args) macro
129 #define DPRINTK(fmt, args...) no_printk(fmt, ##args) macro
[all...]
/linux-master/drivers/video/fbdev/
H A Damifb.c98 # define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __func__ , ## args) macro
100 # define DPRINTK(fmt, args...) macro
[all...]

Completed in 141 milliseconds

12