Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 4317) sorted by relevance

12345678910>>...173

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_log.h39 #define mpp_logf(fmt, ...) _mpp_log_l(MPP_LOG_FATAL, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
40 #define mpp_loge(fmt, ...) _mpp_log_l(MPP_LOG_ERROR, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
41 #define mpp_logw(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
42 #define mpp_logi(fmt, ...) _mpp_log_l(MPP_LOG_INFO, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
43 #define mpp_logd(fmt, ...) _mpp_log_l(MPP_LOG_DEBUG, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
44 #define mpp_logv(fmt, ...) _mpp_log_l(MPP_LOG_VERBOSE, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
46 #define mpp_logf_f(fmt, ...) _mpp_log_l(MPP_LOG_FATAL, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
47 #define mpp_loge_f(fmt, ...) _mpp_log_l(MPP_LOG_ERROR, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
48 #define mpp_logw_f(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
49 #define mpp_logi_f(fmt, ...) _mpp_log_l(MPP_LOG_INFO, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
[all …]
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_log.h39 #define mpp_logf(fmt, ...) _mpp_log_l(MPP_LOG_FATAL, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
40 #define mpp_loge(fmt, ...) _mpp_log_l(MPP_LOG_ERROR, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
41 #define mpp_logw(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
42 #define mpp_logi(fmt, ...) _mpp_log_l(MPP_LOG_INFO, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
43 #define mpp_logd(fmt, ...) _mpp_log_l(MPP_LOG_DEBUG, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
44 #define mpp_logv(fmt, ...) _mpp_log_l(MPP_LOG_VERBOSE, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) argument
46 #define mpp_logf_f(fmt, ...) _mpp_log_l(MPP_LOG_FATAL, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
47 #define mpp_loge_f(fmt, ...) _mpp_log_l(MPP_LOG_ERROR, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
48 #define mpp_logw_f(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
49 #define mpp_logi_f(fmt, ...) _mpp_log_l(MPP_LOG_INFO, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Ddev_printk.h19 #define dev_fmt(fmt) fmt argument
62 const char *fmt, va_list args) in dev_vprintk_emit()
65 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit()
73 const char *fmt, ...) in dev_printk()
77 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg()
80 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit()
83 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert()
86 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err()
89 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn()
92 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice()
[all …]
H A Dprintk.h90 const char *fmt; member
136 #define no_printk(fmt, ...) \ argument
260 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc()
305 #define pr_fmt(fmt) fmt argument
316 #define pr_emerg(fmt, ...) \ argument
326 #define pr_alert(fmt, ...) \ argument
336 #define pr_crit(fmt, ...) \ argument
346 #define pr_err(fmt, ...) \ argument
356 #define pr_warn(fmt, ...) \ argument
366 #define pr_notice(fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_print.h106 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf()
119 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
346 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
357 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument
367 #define DRM_DEV_INFO(dev, fmt, ...) \ argument
370 #define DRM_DEV_INFO_ONCE(dev, fmt, ...) \ argument
385 #define DRM_DEV_DEBUG(dev, fmt, ...) \ argument
393 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, ...) \ argument
401 #define DRM_DEV_DEBUG_KMS(dev, fmt, ...) \ argument
411 #define __drm_printk(drm, level, type, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dprintk.h17 #define printk(fmt, ...) \ argument
24 #define no_printk(fmt, ...) \ argument
31 #define __printk(level, fmt, ...) \ argument
37 #define pr_fmt(fmt) fmt argument
40 #define pr_emerg(fmt, ...) \ argument
42 #define pr_alert(fmt, ...) \ argument
44 #define pr_crit(fmt, ...) \ argument
46 #define pr_err(fmt, ...) \ argument
48 #define pr_warning(fmt, ...) \ argument
51 #define pr_notice(fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebug.h91 #define _sdata_info(sdata, fmt, ...) \ argument
93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
95 #define _sdata_err(sdata, fmt, ...) \ argument
97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
100 #define _sdata_info(sdata, fmt, ...) \ argument
106 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
113 #define _sdata_err(sdata, fmt, ...) \ argument
119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
126 #define sdata_info(sdata, fmt, ...) \ argument
128 #define sdata_err(sdata, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/
H A Ddeb_defs.h49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument
62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument
65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument
66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument
68 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument
69 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument
70 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddebug.h17 #define pr_fmt(fmt) fmt argument
20 #define pr_err(fmt, ...) \ argument
22 #define pr_warning(fmt, ...) \ argument
24 #define pr_info(fmt, ...) \ argument
26 #define pr_debug(fmt, ...) \ argument
28 #define pr_debugN(n, fmt, ...) \ argument
30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument
31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument
32 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) argument
35 #define pr_debug2_peo(fmt, ...) { \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddebug.h27 #define gvt_err(fmt, args...) \ argument
30 #define gvt_vgpu_err(fmt, args...) \ argument
38 #define gvt_dbg_core(fmt, args...) \ argument
41 #define gvt_dbg_irq(fmt, args...) \ argument
44 #define gvt_dbg_mm(fmt, args...) \ argument
47 #define gvt_dbg_mmio(fmt, args...) \ argument
50 #define gvt_dbg_dpy(fmt, args...) \ argument
53 #define gvt_dbg_el(fmt, args...) \ argument
56 #define gvt_dbg_sched(fmt, args...) \ argument
59 #define gvt_dbg_render(fmt, args...) \ argument
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_debug.h36 #define h264e_dbg(flag, fmt, ...) _mpp_dbg(h264e_debug, flag, fmt, ## __VA_ARGS__) argument
37 #define h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(h264e_debug, flag, fmt, ## __VA_ARGS__) argument
39 #define h264e_dbg_func(fmt, ...) h264e_dbg_f(H264E_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
40 #define h264e_dbg_flow(fmt, ...) h264e_dbg_f(H264E_DBG_FLOW, fmt, ## __VA_ARGS__) argument
41 #define h264e_dbg_ctrl(fmt, ...) h264e_dbg_f(H264E_DBG_CTRL, fmt, ## __VA_ARGS__) argument
42 #define h264e_dbg_detail(fmt, ...) h264e_dbg_f(H264E_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
44 #define h264e_dbg_sps(fmt, ...) h264e_dbg_f(H264E_DBG_SPS, fmt, ## __VA_ARGS__) argument
45 #define h264e_dbg_pps(fmt, ...) h264e_dbg_f(H264E_DBG_PPS, fmt, ## __VA_ARGS__) argument
46 #define h264e_dbg_slice(fmt, ...) h264e_dbg_f(H264E_DBG_SLICE, fmt, ## __VA_ARGS__) argument
47 #define h264e_dbg_sei(fmt, ...) h264e_dbg_f(H264E_DBG_SEI, fmt, ## __VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_message.h29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug()
34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument
43 #define xfs_printk_once(func, dev, fmt, ...) \ argument
55 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument
57 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument
59 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument
61 #define xfs_err_ratelimited(dev, fmt, ...) \ argument
63 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument
65 #define xfs_notice_ratelimited(dev, fmt, ...) \ argument
67 #define xfs_info_ratelimited(dev, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h265/
H A Dhal_h265e_debug.h39 #define hal_h265e_dbg(flag, fmt, ...) _mpp_dbg(hal_h265e_debug, flag, fmt, ## __VA_ARGS__) argument
40 #define hal_h265e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h265e_debug, flag, fmt, ## __VA_ARGS__) argument
42 #define hal_h265e_dbg_func(fmt, ...) hal_h265e_dbg_f(HAL_H265E_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
43 #define hal_h265e_dbg_simple(fmt, ...) hal_h265e_dbg_f(HAL_H265E_DBG_SIMPLE, fmt, ## __VA_ARGS__) argument
44 #define hal_h265e_dbg_flow(fmt, ...) hal_h265e_dbg(HAL_H265E_DBG_FLOW, fmt, ## __VA_ARGS__) argument
45 #define hal_h265e_dbg_detail(fmt, ...) hal_h265e_dbg(HAL_H265E_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
47 #define hal_h265e_dbg_regs(fmt, ...) hal_h265e_dbg(HAL_H265E_DBG_REGS, fmt, ## __VA_ARGS__) argument
48 #define hal_h265e_dbg_ctl(fmt, ...) hal_h265e_dbg(HAL_H265E_DBG_CTL_REGS, fmt, ## __VA_ARGS__) argument
49 #define hal_h265e_dbg_rckut(fmt, ...) hal_h265e_dbg(HAL_H265E_DBG_RCKUT_REGS, fmt, ## __VA_ARGS__) argument
50 #define hal_h265e_dbg_wgt(fmt, ...) hal_h265e_dbg(HAL_H265E_DBG_WGT_REGS, fmt, ## __VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_debug.h15 #define pr_fmt(fmt) "CIFS: " fmt argument
55 #define cifs_info_func(ratefunc, fmt, ...) \ argument
58 #define cifs_info(fmt, ...) \ argument
62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument
74 #define cifs_dbg(type, fmt, ...) \ argument
82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ argument
99 #define cifs_server_dbg(type, fmt, ...) \ argument
108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument
123 #define cifs_tcon_dbg(type, fmt, ...) \ argument
137 #define cifs_dbg(type, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddebug.h66 #define jffs2_dbg(level, fmt, ...) \ argument
78 #define JFFS2_ERROR(fmt, ...) \ argument
82 #define JFFS2_WARNING(fmt, ...) \ argument
86 #define JFFS2_NOTICE(fmt, ...) \ argument
90 #define JFFS2_DEBUG(fmt, ...) \ argument
100 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
102 #define dbg_readinode(fmt, ...) argument
105 #define dbg_readinode2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
107 #define dbg_readinode2(fmt, ...) argument
112 #define dbg_fragtree(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_debug.h33 #define rc_dbg(flag, fmt, ...) _mpp_dbg(rc_debug, flag, fmt, ## __VA_ARGS__) argument
34 #define rc_dbg_f(flag, fmt, ...) _mpp_dbg_f(rc_debug, flag, fmt, ## __VA_ARGS__) argument
36 #define rc_dbg_func(fmt, ...) rc_dbg_f(RC_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
37 #define rc_dbg_impl(fmt, ...) rc_dbg_f(RC_DBG_API_IMPL, fmt, ## __VA_ARGS__) argument
38 #define rc_dbg_fps(fmt, ...) rc_dbg_f(RC_DBG_FPS, fmt, ## __VA_ARGS__) argument
39 #define rc_dbg_bps(fmt, ...) rc_dbg_f(RC_DBG_BPS, fmt, ## __VA_ARGS__) argument
40 #define rc_dbg_rc(fmt, ...) rc_dbg_f(RC_DBG_RC, fmt, ## __VA_ARGS__) argument
41 #define rc_dbg_qp(fmt, ...) rc_dbg_f(RC_DBG_QP, fmt, ## __VA_ARGS__) argument
43 #define rc_dbg_cfg(fmt, ...) rc_dbg(RC_DBG_CFG, fmt, ## __VA_ARGS__) argument
44 #define rc_dbg_drop(fmt, ...) rc_dbg(RC_DBG_DROP, fmt, ## __VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_debug.h33 #define mpp_enc_dbg(flag, fmt, ...) _mpp_dbg(mpp_enc_debug, flag, fmt, ## __VA_ARGS__) argument
34 #define mpp_enc_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_enc_debug, flag, fmt, ## __VA_ARGS__) argument
36 #define enc_dbg_func(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
37 #define enc_dbg_ctrl(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_CONTROL, fmt, ## __VA_ARGS__) argument
38 #define enc_dbg_status(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_STATUS, fmt, ## __VA_ARGS__) argument
39 #define enc_dbg_detail(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
40 #define enc_dbg_notify(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_NOTIFY, fmt, ## __VA_ARGS__) argument
41 #define enc_dbg_reenc(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_REENC, fmt, ## __VA_ARGS__) argument
42 #define enc_dbg_slice(fmt, ...) mpp_enc_dbg(MPP_ENC_DBG_SLICE, fmt, ## __VA_ARGS__) argument
43 #define enc_dbg_frm_status(fmt, ...) mpp_enc_dbg_f(MPP_ENC_DBG_FRM_STATUS, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-log.h15 #define rnbd_clt_log(fn, dev, fmt, ...) ( \ argument
19 #define rnbd_srv_log(fn, dev, fmt, ...) ( \ argument
23 #define rnbd_clt_err(dev, fmt, ...) \ argument
25 #define rnbd_clt_err_rl(dev, fmt, ...) \ argument
27 #define rnbd_clt_info(dev, fmt, ...) \ argument
29 #define rnbd_clt_info_rl(dev, fmt, ...) \ argument
32 #define rnbd_srv_err(dev, fmt, ...) \ argument
34 #define rnbd_srv_err_rl(dev, fmt, ...) \ argument
36 #define rnbd_srv_info(dev, fmt, ...) \ argument
38 #define rnbd_srv_info_rl(dev, fmt, ...) \ argument
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Ddebug.h24 #define dprintk(fmt, ...) \ argument
26 #define dprintk_cont(fmt, ...) \ argument
28 #define dprintk_rcu(fmt, ...) \ argument
30 #define dprintk_rcu_cont(fmt, ...) \ argument
37 # define dfprintk(fac, fmt, ...) \ argument
43 # define dfprintk_cont(fac, fmt, ...) \ argument
49 # define dfprintk_rcu(fac, fmt, ...) \ argument
58 # define dfprintk_rcu_cont(fac, fmt, ...) \ argument
70 # define dfprintk(fac, fmt, ...) do {} while (0) argument
71 # define dfprintk_cont(fac, fmt, ...) do {} while (0) argument
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_debug.h33 #define hal_h264e_dbg(flag, fmt, ...) _mpp_dbg(hal_h264e_debug, flag, fmt, ## __VA_ARGS__) argument
34 #define hal_h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h264e_debug, flag, fmt, ## __VA_ARGS__) argument
36 #define hal_h264e_dbg_func(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
37 #define hal_h264e_dbg_flow(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_FLOW, fmt, ## __VA_ARGS__) argument
38 #define hal_h264e_dbg_detail(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
40 #define hal_h264e_dbg_buffer(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_BUFFER, fmt, ## __VA_ARGS__) argument
41 #define hal_h264e_dbg_regs(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_REGS, fmt, ## __VA_ARGS__) argument
42 #define hal_h264e_dbg_amend(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_AMEND, fmt, ## __VA_ARGS__) argument
44 #define hal_h264e_dbg_rc(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_RC, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Ddebug.h40 #define db_error(fmt, ...) \ argument
43 #define db_error(fmt, ...) argument
47 #define db_warn(fmt, ...) \ argument
50 #define db_warn(fmt, ...) argument
54 #define db_msg(fmt, ...) \ argument
57 #define db_msg(fmt, ...) argument
61 #define db_debug(fmt, ...) \ argument
64 #define db_debug(fmt, ...) argument
68 #define db_dump(fmt, ...) \ argument
71 #define db_dump(fmt, ...) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h32 #define prt(fmt, ...) do { \ argument
47 #define prt_err(fmt, ...) do { if (nx_dbg >= 0) { \ argument
53 #define prt_warn(fmt, ...) do { if (nx_dbg >= 1) { \ argument
59 #define prt_info(fmt, ...) do { if (nx_dbg >= 2) { \ argument
64 #define prt_trace(fmt, ...) do { if (nx_gzip_trace_enabled()) { \ argument
69 #define prt_stat(fmt, ...) do { if (nx_gzip_gather_statistics()) { \ argument
74 #define hw_trace(fmt, ...) do { \ argument
80 #define sw_trace(fmt, ...) do { \ argument
/OK3568_Linux_fs/external/mpp/osal/driver/inc/
H A Dmpp_device_debug.h29 #define mpp_dev_dbg(flag, fmt, ...) _mpp_dbg(mpp_device_debug, flag, fmt, ## __VA_ARGS__) argument
30 #define mpp_dev_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_device_debug, flag, fmt, ## __VA_ARGS__) argument
32 #define mpp_dev_dbg_func(fmt, ...) mpp_dev_dbg_f(MPP_DEVICE_DBG_FUNC, fmt, ## __VA_ARGS__) argument
33 #define mpp_dev_dbg_probe(fmt, ...) mpp_dev_dbg_f(MPP_DEVICE_DBG_PROBE, fmt, ## __VA_ARGS__) argument
34 #define mpp_dev_dbg_detail(fmt, ...) mpp_dev_dbg(MPP_DEVICE_DBG_DETAIL, fmt, ## __VA_ARGS__) argument
35 #define mpp_dev_dbg_reg(fmt, ...) mpp_dev_dbg(MPP_DEVICE_DBG_REG, fmt, ## __VA_ARGS__) argument
36 #define mpp_dev_dbg_time(fmt, ...) mpp_dev_dbg(MPP_DEVICE_DBG_TIME, fmt, ## __VA_ARGS__) argument
37 #define mpp_dev_dbg_msg(fmt, ...) mpp_dev_dbg(MPP_DEVICE_DBG_MSG, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dteec_trace.h127 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) argument
128 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) argument
129 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) argument
130 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) argument
132 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) argument
133 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__) argument
151 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__) argument
152 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__) argument
153 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__) argument
154 #define FMSG_RAW(fmt, ...) dprintf_raw(TRACE_FLOW, fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/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

12345678910>>...173