Searched refs:DPRINTK (Results 26 - 33 of 33) sorted by relevance

12

/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
/linux-master/drivers/atm/
H A Dsuni.c33 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
35 #define DPRINTK(format,args...) macro
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
H A Didt77252.c2516 DPRINTK("%s: closing a VC with pending rx buffers.\n",
2906 DPRINTK("%s: closing a VC "
/linux-master/arch/x86/kernel/
H A Dalternative.c71 #define DPRINTK(type, fmt, args...) \ macro
471 DPRINTK(ALT, "alt table %px, -> %px", start, end);
511 DPRINTK(ALT, "feat: %d*32+%d, old: (%pS (%px) len: %d), repl: (%px, len: %d) flags: 0x%x",
758 DPRINTK(RETPOLINE, "retpoline at: %pS (%px) len: %d to: %pS",
831 DPRINTK(RET, "return thunk at: %pS (%px) len: %d to: %pS",
870 DPRINTK(ENDBR, "ENDBR at: %pS (%px)", addr, addr);
1479 DPRINTK(SMP, "locks %p -> %p, text %p -> %p, name %s\n",
/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
H A Dsis_main.c701 DPRINTK("sisfb: Adjusting rate from %d up to %d\n",
707 DPRINTK("sisfb: Adjusting rate from %d down to %d\n",
714 DPRINTK("sisfb: Adjusting rate from %d down to %d\n",
1214 DPRINTK("sisfb: Invalid 'var' information\n");
3251 DPRINTK("sisfb: Can't allocate %dk video memory\n",
3267 DPRINTK("sisfb: Can't allocate %dk video memory\n",
3404 DPRINTK("sisfb: Video RAM allocation failed\n");
3408 DPRINTK("sisfb: Video RAM allocation succeeded: 0x%lx\n",
3445 DPRINTK("sisfb: sisfb_poh_free() failed at base 0x%x\n",

Completed in 372 milliseconds

12