| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | printk.h | 136 #define no_printk(fmt, ...) \ macro 406 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 434 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 466 no_printk(fmt, ##__VA_ARGS__) 468 no_printk(fmt, ##__VA_ARGS__) 492 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 501 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 520 no_printk(fmt, ##__VA_ARGS__) 544 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 566 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
| H A D | suspend.h | 560 no_printk(KERN_DEBUG fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | odm_debug.h | 155 #define ODM_RT_TRACE(pDM_Odm, comp, level, fmt) no_printk fmt 156 #define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt) no_printk fmt 157 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) no_printk fmt 160 #define ODM_dbg_trace(str) no_printk("%s", str) 162 no_printk("%s %p", title_str, ptr)
|
| H A D | HalBtcOutSrc.h | 160 #define BTC_PRINT(dbgtype, dbgflag, printstr) no_printk printstr 161 #define BTC_PRINT_F(dbgtype, dbgflag, printstr) no_printk printstr 162 #define BTC_PRINT_ADDR(dbgtype, dbgflag, printstr, _Ptr) no_printk printstr 164 no_printk("%s %p %zu", _TitleString, _HexData, _HexDataLen)
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | printk.h | 24 #define no_printk(fmt, ...) \ macro 65 no_printk(pr_fmt(fmt), ##__VA_ARGS__) 73 no_printk(pr_fmt(fmt), ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | debug.h | 19 #define DEBUG_MSG(f, a...) no_printk(f, ## a) 26 #define WARN_MSG(f, a...) no_printk(f, ## a)
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptlan.h | 115 #define dioprintk(x) no_printk x 121 #define dlprintk(x) no_printk x
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/ |
| H A D | hwmtm.h | 183 #define DB_RX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) 184 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) 185 #define DB_GEN(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | internal.h | 382 #define kjournal(FMT, ...) no_printk(FMT, ##__VA_ARGS__) 409 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 410 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 411 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | internal.h | 312 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 313 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 314 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | internal.h | 34 no_printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) 36 no_printk(KERN_DEBUG "<== %s()"FMT"\n", __func__, ##__VA_ARGS__) 38 no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.h | 45 no_printk(fmt "\n", ##args) 53 no_printk(fmt "\n", ##args)
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | ar-internal.h | 1165 #define _enter(FMT,...) no_printk("==> %s("FMT")",__func__ ,##__VA_ARGS__) 1166 #define _leave(FMT,...) no_printk("<== %s()"FMT"",__func__ ,##__VA_ARGS__) 1167 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) 1168 #define _proto(FMT,...) no_printk("### "FMT ,##__VA_ARGS__) 1169 #define _net(FMT,...) no_printk("@@@ "FMT ,##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | debug.h | 40 no_printk(fmt, ##__VA_ARGS__); \
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | nilfs.h | 310 no_printk(level fmt, ##__VA_ARGS__); \ 315 no_printk(fmt, ##__VA_ARGS__); \
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.h | 24 no_printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4.h | 80 #define ext4_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 98 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__) 3081 no_printk(fmt, ##__VA_ARGS__); \ 3086 no_printk(fmt, ##__VA_ARGS__); \ 3091 no_printk(fmt, ##__VA_ARGS__); \ 3096 no_printk(fmt, ##__VA_ARGS__); \ 3101 no_printk(fmt, ##__VA_ARGS__); \ 3106 no_printk(fmt, ##__VA_ARGS__); \ 3111 no_printk(fmt, ##__VA_ARGS__); \ 3116 no_printk(fmt, ##__VA_ARGS__); \ [all …]
|
| H A D | mballoc.h | 35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
| H A D | extents_status.h | 21 #define es_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | debug.h | 92 #define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | module.c | 17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/arch/m68k/mac/ |
| H A D | iop.c | 125 no_printk(KERN_DEBUG "%s: " fmt, __func__, ##__VA_ARGS__) 127 no_printk(KERN_CONT fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | bug.h | 196 no_printk(format); \
|
| /OK3568_Linux_fs/kernel/include/net/9p/ |
| H A D | 9p.h | 58 no_printk(fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | core.h | 55 #define DWC2_TRACE_SCHEDULER no_printk 56 #define DWC2_TRACE_SCHEDULER_VB no_printk
|