Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 4888) sorted by relevance

12345678910>>...196

/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
36 const char *fmt, va_list args);
38 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...);
42 const char *fmt, ...);
44 void _dev_emerg(const struct device *dev, const char *fmt, ...);
46 void _dev_alert(const struct device *dev, const char *fmt, ...);
48 void _dev_crit(const struct device *dev, const char *fmt, ...);
50 void _dev_err(const struct device *dev, const char *fmt, ...);
52 void _dev_warn(const struct device *dev, const char *fmt, ...);
54 void _dev_notice(const struct device *dev, const char *fmt, ...);
[all …]
H A Dprintk.h90 const char *fmt; member
136 #define no_printk(fmt, ...) \ argument
139 printk(fmt, ##__VA_ARGS__); \
145 void early_printk(const char *fmt, ...);
169 const char *fmt, va_list args);
172 int vprintk(const char *fmt, va_list args);
175 int printk(const char *fmt, ...);
180 __printf(1, 2) __cold int printk_deferred(const char *fmt, ...);
205 __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...);
260 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc() 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() argument
108 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf()
119 #define drm_printf_indent(printer, indent, fmt, ...) \ argument
120 drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__)
346 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument
347 drm_dev_printk(dev, KERN_ERR, "*ERROR* " fmt, ##__VA_ARGS__)
357 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument
364 DRM_DEV_ERROR(dev, fmt, ##__VA_ARGS__); \
367 #define DRM_DEV_INFO(dev, fmt, ...) \ argument
368 drm_dev_printk(dev, KERN_INFO, fmt, ##__VA_ARGS__)
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebug.h85 void __sdata_info(const char *fmt, ...) __printf(1, 2);
86 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
87 void __sdata_err(const char *fmt, ...) __printf(1, 2);
88 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...)
91 #define _sdata_info(sdata, fmt, ...) \ argument
92 __sdata_info("%s: " fmt, (sdata)->name, ##__VA_ARGS__)
93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
94 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__)
95 #define _sdata_err(sdata, fmt, ...) \ argument
96 __sdata_err("%s: " fmt, (sdata)->name, ##__VA_ARGS__)
[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
51 printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0)
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument
59 LBTF_DEB_LL(grp | LBTF_DEB_ENTER, " enter", "%s(" fmt ")\n", __func__, ## args);
62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument
63 LBTF_DEB_LL(grp | LBTF_DEB_LEAVE, " leave", "%s(), " fmt "\n", \
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
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dprintk.h17 #define printk(fmt, ...) \ argument
18 printf(fmt, ##__VA_ARGS__)
24 #define no_printk(fmt, ...) \ argument
27 printk(fmt, ##__VA_ARGS__); \
31 #define __printk(level, fmt, ...) \ argument
33 level < CONFIG_LOGLEVEL ? printk(fmt, ##__VA_ARGS__) : 0; \
37 #define pr_fmt(fmt) fmt argument
40 #define pr_emerg(fmt, ...) \ argument
41 __printk(0, pr_fmt(fmt), ##__VA_ARGS__)
42 #define pr_alert(fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_driver.c261 static int zoran_enum_fmt(struct zoran *zr, struct v4l2_fmtdesc *fmt, int flag) in zoran_enum_fmt() argument
265 if (fmt->index >= ARRAY_SIZE(zoran_formats)) in zoran_enum_fmt()
267 if (fmt->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in zoran_enum_fmt()
271 if (zoran_formats[i].flags & flag && num++ == fmt->index) { in zoran_enum_fmt()
272 strscpy(fmt->description, zoran_formats[i].name, in zoran_enum_fmt()
273 sizeof(fmt->description)); in zoran_enum_fmt()
275 fmt->pixelformat = zoran_formats[i].fourcc; in zoran_enum_fmt()
277 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
304 struct v4l2_format *fmt) in zoran_g_fmt_vid_out() argument
308 fmt->fmt.pix.width = zr->jpg_settings.img_width / zr->jpg_settings.hor_dcm; in zoran_g_fmt_vid_out()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-driver.h159 #define CX18_DEBUG(x, type, fmt, args...) \ argument
162 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
164 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args) argument
165 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) argument
166 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) argument
167 #define CX18_DEBUG_DMA(fmt, args...) CX18_DEBUG(CX18_DBGFLG_DMA, "dma", fmt , ## args) argument
168 #define CX18_DEBUG_IOCTL(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument
169 #define CX18_DEBUG_FILE(fmt, args...) CX18_DEBUG(CX18_DBGFLG_FILE, "file", fmt , ## args) argument
170 #define CX18_DEBUG_I2C(fmt, args...) CX18_DEBUG(CX18_DBGFLG_I2C, "i2c", fmt , ## args) argument
171 #define CX18_DEBUG_IRQ(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IRQ, "irq", fmt , ## args) argument
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_message.h8 void xfs_emerg(const struct xfs_mount *mp, const char *fmt, ...);
10 void xfs_alert(const struct xfs_mount *mp, const char *fmt, ...);
12 void xfs_alert_tag(const struct xfs_mount *mp, int tag, const char *fmt, ...);
14 void xfs_crit(const struct xfs_mount *mp, const char *fmt, ...);
16 void xfs_err(const struct xfs_mount *mp, const char *fmt, ...);
18 void xfs_warn(const struct xfs_mount *mp, const char *fmt, ...);
20 void xfs_notice(const struct xfs_mount *mp, const char *fmt, ...);
22 void xfs_info(const struct xfs_mount *mp, const char *fmt, ...);
26 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...);
29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug() 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
21 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
22 #define pr_warning(fmt, ...) \ argument
23 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
24 #define pr_info(fmt, ...) \ argument
25 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
26 #define pr_debug(fmt, ...) \ argument
27 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
28 #define pr_debugN(n, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
53 printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0)
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
[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
56 pr_info_ ## ratefunc(fmt, ##__VA_ARGS__)
58 #define cifs_info(fmt, ...) \ argument
59 cifs_info_func(ratelimited, fmt, ##__VA_ARGS__)
62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument
65 pr_debug_ ## ratefunc("%s: " fmt, \
68 pr_err_ ## ratefunc("VFS: " fmt, ##__VA_ARGS__); \
70 pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \
74 #define cifs_dbg(type, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c18 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
20 int __ret = fn(hpp, fmt, ##__VA_ARGS__); \
26 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument
42 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
70 fmt, len, 0.0); in __hpp__fmt()
73 fmt, len, 0ULL); in __hpp__fmt()
78 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt()
81 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt()
96 fmt, len, 0.0); in __hpp__fmt()
[all …]
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h583 void kunit_log_append(char *log, const char *fmt, ...);
589 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument
591 printk(lvl fmt, ##__VA_ARGS__); \
592 kunit_log_append((test_or_suite)->log, fmt "\n", \
596 #define kunit_printk(lvl, test, fmt, ...) \ argument
597 kunit_log(lvl, test, KUNIT_SUBTEST_INDENT "# %s: " fmt, \
609 #define kunit_info(test, fmt, ...) \ argument
610 kunit_printk(KERN_INFO, test, fmt, ##__VA_ARGS__)
620 #define kunit_warn(test, fmt, ...) \ argument
621 kunit_printk(KERN_WARNING, test, fmt, ##__VA_ARGS__)
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddebug.h66 #define jffs2_dbg(level, fmt, ...) \ argument
69 pr_debug(fmt, ##__VA_ARGS__); \
78 #define JFFS2_ERROR(fmt, ...) \ argument
79 pr_err("error: (%d) %s: " fmt, \
82 #define JFFS2_WARNING(fmt, ...) \ argument
83 pr_warn("warning: (%d) %s: " fmt, \
86 #define JFFS2_NOTICE(fmt, ...) \ argument
87 pr_notice("notice: (%d) %s: " fmt, \
90 #define JFFS2_DEBUG(fmt, ...) \ argument
91 printk(KERN_DEBUG "[JFFS2 DBG] (%d) %s: " fmt, \
[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/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/drivers/gpu/drm/i915/gvt/
H A Ddebug.h27 #define gvt_err(fmt, args...) \ argument
28 pr_err("gvt: "fmt, ##args)
30 #define gvt_vgpu_err(fmt, args...) \ argument
33 pr_err("gvt: "fmt, ##args); \
35 pr_err("gvt: vgpu %d: "fmt, vgpu->id, ##args);\
38 #define gvt_dbg_core(fmt, args...) \ argument
39 pr_debug("gvt: core: "fmt, ##args)
41 #define gvt_dbg_irq(fmt, args...) \ argument
42 pr_debug("gvt: irq: "fmt, ##args)
44 #define gvt_dbg_mm(fmt, 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/kernel/drivers/media/platform/ti-vpe/
H A Dcal-video.c131 static char *fourcc_to_str(u32 fmt) in fourcc_to_str() argument
135 code[0] = (unsigned char)(fmt & 0xff); in fourcc_to_str()
136 code[1] = (unsigned char)((fmt >> 8) & 0xff); in fourcc_to_str()
137 code[2] = (unsigned char)((fmt >> 16) & 0xff); in fourcc_to_str()
138 code[3] = (unsigned char)((fmt >> 24) & 0xff); in fourcc_to_str()
152 const struct cal_fmt *fmt; in find_format_by_pix() local
156 fmt = ctx->active_fmt[k]; in find_format_by_pix()
157 if (fmt->fourcc == pixelformat) in find_format_by_pix()
158 return fmt; in find_format_by_pix()
167 const struct cal_fmt *fmt; in find_format_by_code() local
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_printk.c35 const char *fmt; member
38 static inline struct trace_bprintk_fmt *lookup_format(const char *fmt) in lookup_format() argument
42 if (!fmt) in lookup_format()
46 if (!strcmp(pos->fmt, fmt)) in lookup_format()
56 char *fmt; in hold_module_trace_bprintk_format() local
67 *iter = tb_fmt->fmt; in hold_module_trace_bprintk_format()
71 fmt = NULL; in hold_module_trace_bprintk_format()
74 fmt = kmalloc(strlen(*iter) + 1, GFP_KERNEL); in hold_module_trace_bprintk_format()
75 if (fmt) { in hold_module_trace_bprintk_format()
77 strcpy(fmt, *iter); in hold_module_trace_bprintk_format()
[all …]
/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
96 RTW_INFO(fmt, ## args)
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
101 RTW_PRINT_MSG(fmt, ## args)
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
120 RT_PRINTK(fmt, ## args); \
[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
96 RTW_INFO(fmt, ## args)
99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument
100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument
101 RTW_PRINT_MSG(fmt, ## args)
106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument
116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument
120 RT_PRINTK(fmt, ## args); \
[all …]

12345678910>>...196