Home
last modified time | relevance | path

Searched defs:fmt (Results 26 – 50 of 4701) sorted by relevance

12345678910>>...189

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/interface/
H A Dia_css_debug.h73 #define IA_CSS_ERROR(fmt, ...) \ argument
77 #define IA_CSS_WARNING(fmt, ...) \ argument
82 #define IA_CSS_ENTER(fmt, ...) \ argument
87 #define IA_CSS_ENTER_LEAVE(fmt, ...) \ argument
91 #define IA_CSS_LEAVE(fmt, ...) \ argument
103 #define IA_CSS_LOG(fmt, ...) \ argument
108 #define IA_CSS_ENTER_PRIVATE(fmt, ...) \ argument
112 #define IA_CSS_LEAVE_PRIVATE(fmt, ...) \ argument
122 #define IA_CSS_ENTER_LEAVE_PRIVATE(fmt, ...) \ argument
133 const char *fmt, in ia_css_debug_vdtrace()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dteec_trace.h132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) argument
133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) argument
134 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) argument
135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) argument
137 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) argument
138 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__) argument
156 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__) argument
157 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__) argument
158 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__) argument
159 #define FMSG_RAW(fmt, ...) dprintf_raw(TRACE_FLOW, fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dinternal.h11 #define __pr(level, fmt, ...) \ argument
16 #define pr_err(fmt, ...) __pr(LIBPERF_ERR, fmt, ##__VA_ARGS__) argument
17 #define pr_warning(fmt, ...) __pr(LIBPERF_WARN, fmt, ##__VA_ARGS__) argument
18 #define pr_info(fmt, ...) __pr(LIBPERF_INFO, fmt, ##__VA_ARGS__) argument
19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) argument
20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) argument
21 #define pr_debug3(fmt, ...) __pr(LIBPERF_DEBUG3, fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_debug.h76 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
92 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
98 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
105 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
145 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
173 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_debug.h78 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
94 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
96 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
101 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
107 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
117 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
125 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
147 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
175 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_debug.h78 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
94 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
96 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
100 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
101 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
107 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
117 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
125 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
147 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
175 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_debug.h76 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
92 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
98 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
105 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
145 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
173 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_debug.h76 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
92 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
98 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
105 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
145 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
173 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_debug.h77 #define pr_debug(fmt, ...) DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, fmt, ##__VA_ARGS__) argument
93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument
146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG()
174 static __inline void PHYDM_DBG_F(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG_F()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-utils.c14 void __vwarning(const char *fmt, va_list ap) in __vwarning()
26 void __warning(const char *fmt, ...) in __warning()
35 void __weak warning(const char *fmt, ...) in warning()
44 void __vpr_stat(const char *fmt, va_list ap) in __vpr_stat()
50 void __pr_stat(const char *fmt, ...) in __pr_stat()
59 void __weak vpr_stat(const char *fmt, va_list ap) in vpr_stat()
64 void __weak pr_stat(const char *fmt, ...) in pr_stat()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h589 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument
596 #define kunit_printk(lvl, test, fmt, ...) \ argument
609 #define kunit_info(test, fmt, ...) \ argument
620 #define kunit_warn(test, fmt, ...) \ argument
631 #define kunit_err(test, fmt, ...) \ argument
649 #define KUNIT_ASSERTION(test, pass, assert_class, INITIALIZER, fmt, ...) do { \ argument
659 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument
678 #define KUNIT_FAIL(test, fmt, ...) \ argument
688 fmt, \ argument
700 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A Dvt.h63 #define rvt_pr_info(rdi, fmt, ...) \ argument
69 #define rvt_pr_warn(rdi, fmt, ...) \ argument
75 #define rvt_pr_err(rdi, fmt, ...) \ argument
81 #define rvt_pr_err_ratelimited(rdi, fmt, ...) \ argument
87 #define __rvt_pr_info(pdev, name, fmt, ...) \ argument
90 #define __rvt_pr_warn(pdev, name, fmt, ...) \ argument
93 #define __rvt_pr_err(pdev, name, fmt, ...) \ argument
96 #define __rvt_pr_err_ratelimited(pdev, name, fmt, ...) \ argument
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_debug.h29 #define mpp_dec_dbg(flag, fmt, ...) _mpp_dbg(mpp_dec_debug, flag, fmt, ## __VA_ARGS__) argument
30 #define mpp_dec_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_dec_debug, flag, fmt, ## __VA_ARGS__) argument
32 #define dec_dbg_func(fmt, ...) mpp_dec_dbg_f(MPP_DEC_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
33 #define dec_dbg_status(fmt, ...) mpp_dec_dbg_f(MPP_DEC_DBG_STATUS, fmt, ## __VA_ARGS__) argument
34 #define dec_dbg_detail(fmt, ...) mpp_dec_dbg(MPP_DEC_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
35 #define dec_dbg_reset(fmt, ...) mpp_dec_dbg(MPP_DEC_DBG_RESET, fmt, ## __VA_ARGS__) argument
36 #define dec_dbg_notify(fmt, ...) mpp_dec_dbg_f(MPP_DEC_DBG_NOTIFY, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-log.h12 #define rtrs_log(fn, obj, fmt, ...) \ argument
15 #define rtrs_err(obj, fmt, ...) \ argument
17 #define rtrs_err_rl(obj, fmt, ...) \ argument
19 #define rtrs_wrn(obj, fmt, ...) \ argument
21 #define rtrs_wrn_rl(obj, fmt, ...) \ argument
23 #define rtrs_info(obj, fmt, ...) \ argument
25 #define rtrs_info_rl(obj, fmt, ...) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_debug.h32 #define PHL_DBG_OUTBUF(max_buff_len, used_len, buff_addr, remain_len, fmt, ...)\ argument
84 #define PHL_TRACE(comp, level, fmt, ...) \ argument
92 #define PHL_DATA(comp, level, fmt, ...) \ argument
100 #define PHL_ASSERT(fmt, ...) \ argument
108 #define PHL_PRINT(fmt, ...) \ argument
114 #define PHL_ERR(fmt, ...) \ argument
120 #define PHL_WARN(fmt, ...) \ argument
126 #define PHL_INFO(fmt, ...) \ argument
132 #define PHL_DBG(fmt, ...) \ argument
160 #define PHL_TRACE(comp, level, fmt, ...) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_debug.h32 #define PHL_DBG_OUTBUF(max_buff_len, used_len, buff_addr, remain_len, fmt, ...)\ argument
84 #define PHL_TRACE(comp, level, fmt, ...) \ argument
92 #define PHL_DATA(comp, level, fmt, ...) \ argument
100 #define PHL_ASSERT(fmt, ...) \ argument
108 #define PHL_PRINT(fmt, ...) \ argument
114 #define PHL_ERR(fmt, ...) \ argument
120 #define PHL_WARN(fmt, ...) \ argument
126 #define PHL_INFO(fmt, ...) \ argument
132 #define PHL_DBG(fmt, ...) \ argument
160 #define PHL_TRACE(comp, level, fmt, ...) argument
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_debug.h28 #define hal_jpege_dbg(flag, fmt, ...) _mpp_dbg(hal_jpege_debug, flag, fmt, ## __VA_ARGS__) argument
29 #define hal_jpege_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_jpege_debug, flag, fmt, ## __VA_ARGS__) argument
31 #define hal_jpege_dbg_func(fmt, ...) hal_jpege_dbg_f(HAL_JPEGE_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
32 #define hal_jpege_dbg_simple(fmt, ...) hal_jpege_dbg(HAL_JPEGE_DBG_SIMPLE, fmt, ## __VA_ARGS__) argument
33 #define hal_jpege_dbg_detail(fmt, ...) hal_jpege_dbg(HAL_JPEGE_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
34 #define hal_jpege_dbg_input(fmt, ...) hal_jpege_dbg(HAL_JPEGE_DBG_INPUT, fmt, ## __VA_ARGS__) argument
35 #define hal_jpege_dbg_output(fmt, ...) hal_jpege_dbg(HAL_JPEGE_DBG_OUTPUT, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument
60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument
61 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument
62 #define lbs_deb_ioctl(fmt, args...) LBS_DEB_LL(LBS_DEB_IOCTL, " ioctl", fmt, ##args) argument
63 #define lbs_deb_scan(fmt, args...) LBS_DEB_LL(LBS_DEB_SCAN, " scan", fmt, ##args) argument
64 #define lbs_deb_assoc(fmt, args...) LBS_DEB_LL(LBS_DEB_ASSOC, " assoc", fmt, ##args) argument
65 #define lbs_deb_join(fmt, args...) LBS_DEB_LL(LBS_DEB_JOIN, " join", fmt, ##args) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_libfc.h30 #define FC_LIBFC_DBG(fmt, args...) \ argument
34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
40 #define FC_DISC_DBG(disc, fmt, args...) \ argument
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
52 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument
55 #define FC_FCP_DBG(pkt, fmt, args...) \ argument
73 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument

12345678910>>...189